diff options
author | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-02-12 04:17:55 +0200 |
---|---|---|
committer | Uoti Urpala <uau@glyph.nonexistent.invalid> | 2009-02-12 04:17:55 +0200 |
commit | 1e869638280f962fb80f372d152234f21246c2af (patch) | |
tree | 64657f88e7902aa000f44f40be4f8e575f58c8de /help | |
parent | 9790f4e6e72cdc8093be966d3d6e007c8f44a035 (diff) | |
parent | 379b176f25905f273a368336c3f5f287eeea51a2 (diff) |
Merge svn changes up to r28537
Diffstat (limited to 'help')
-rwxr-xr-x | help/help_create.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/help/help_create.sh b/help/help_create.sh index ccb756d6b9..87a0ade4ab 100755 --- a/help/help_create.sh +++ b/help/help_create.sh @@ -3,6 +3,12 @@ # Missing messages are filled in from the master message file and, if # requested, character set conversion is performed. +if test -z $2 ; then + echo "Error: missing parameters" + echo "Usage: $0 <messages file> <character set>" + exit 1 +fi + MASTER=help/help_mp-en.h TARGET=help_mp.h |