diff options
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 |