also respond to --help, -h and -? command line options

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22377 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ivo 2007-02-28 11:50:23 +00:00
parent 98df2cb095
commit 88c04a0308
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ list_svn() {
for i in "$@"; do
case "$i" in
-help)
-help|--help|-h|-\?)
echo -e "\n$0 [options] [files]\n"
echo -e "options:\n"
printoption "spaces " "test for spaces in filenames" "$_spaces"