aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Weil <sw@weilnetz.de>2013-07-05 22:55:41 +0200
committerAnthony Liguori <aliguori@us.ibm.com>2013-07-23 15:45:23 -0500
commit18e12d49edd4417a93f875e122652bd22aabad79 (patch)
treef5ca8faaa762f2a1291cf209a6f113a89ee014a9
parentf03d07d4683b2e8325a7cb60b4e14b977b1a869c (diff)
po/Makefile: Fix and improve help message
The help message contains single quotes which got lost in the output. Fix also a typo and use two instead of three lines. Signed-off-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
-rw-r--r--po/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/po/Makefile b/po/Makefile
index 60ccd7d3bb..2c5b202730 100644
--- a/po/Makefile
+++ b/po/Makefile
@@ -12,9 +12,8 @@ SRC_PATH=..
vpath %.po $(SRC_PATH)/po
all:
- @echo Use 'make update' to update translation files
- @echo or us 'make build' or 'make install' to build and install
- @echo the translation files
+ @echo "Use 'make update' to update translation files or use 'make build'"
+ @echo "or 'make install' to build and install the translation files."
update: $(SRCS)