]> git.proxmox.com Git - qemu.git/commitdiff
po/Makefile: Fix and improve help message
authorStefan Weil <sw@weilnetz.de>
Fri, 5 Jul 2013 20:55:41 +0000 (22:55 +0200)
committerAnthony Liguori <aliguori@us.ibm.com>
Tue, 23 Jul 2013 20:45:23 +0000 (15:45 -0500)
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>
po/Makefile

index 60ccd7d3bb7aacd1be41bb3bc0642f8bf9f5338e..2c5b2027304c9950f71db311113f4f98236a99fc 100644 (file)
@@ -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)