qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH 1/4] po/Makefile: Fix and improve help message


From: Stefan Weil
Subject: [Qemu-devel] [PATCH 1/4] po/Makefile: Fix and improve help message
Date: Fri, 5 Jul 2013 22:55:41 +0200

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 <address@hidden>
---
 po/Makefile |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/po/Makefile b/po/Makefile
index 60ccd7d..2c5b202 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)
 
-- 
1.7.10.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]