Skip to content

Commit

Permalink
po/Makefile: Fix and improve help message
Browse files Browse the repository at this point in the history
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 <[email protected]>
Signed-off-by: Anthony Liguori <[email protected]>
  • Loading branch information
stweil authored and Anthony Liguori committed Jul 23, 2013
1 parent f03d07d commit 18e12d4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions po/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit 18e12d4

Please sign in to comment.