summaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-12 04:17:55 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2009-02-12 04:17:55 +0200
commit1e869638280f962fb80f372d152234f21246c2af (patch)
tree64657f88e7902aa000f44f40be4f8e575f58c8de /help
parent9790f4e6e72cdc8093be966d3d6e007c8f44a035 (diff)
parent379b176f25905f273a368336c3f5f287eeea51a2 (diff)
downloadmpv-1e869638280f962fb80f372d152234f21246c2af.tar.bz2
mpv-1e869638280f962fb80f372d152234f21246c2af.tar.xz
Merge svn changes up to r28537
Diffstat (limited to 'help')
-rwxr-xr-xhelp/help_create.sh6
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