From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:39440) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvD2l-0003tG-EM for qemu-devel@nongnu.org; Fri, 05 Jul 2013 16:55:53 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UvD2k-0005z6-A6 for qemu-devel@nongnu.org; Fri, 05 Jul 2013 16:55:51 -0400 Received: from [2a03:4000:2:362::1] (port=46925 helo=v2201305906712890.yourvserver.net) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UvD2k-0005xG-3v for qemu-devel@nongnu.org; Fri, 05 Jul 2013 16:55:50 -0400 From: Stefan Weil Date: Fri, 5 Jul 2013 22:55:41 +0200 Message-Id: <1373057744-20278-2-git-send-email-sw@weilnetz.de> In-Reply-To: <1373057744-20278-1-git-send-email-sw@weilnetz.de> References: <1373057744-20278-1-git-send-email-sw@weilnetz.de> Subject: [Qemu-devel] [PATCH 1/4] po/Makefile: Fix and improve help message List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Anthony Liguori Cc: Stefan Weil , qemu-devel , Aurelien Jarno 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 --- 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