0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

Applied patch by pl <p_l@tfz.net> (help switch anywhere).

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@1385 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
atmos4 2001-07-24 09:16:53 +00:00
parent ab2ccefb55
commit 347ed4327c

4
configure vendored
View File

@ -108,7 +108,8 @@ esac
# LGB: Help moved here.
if [ "$1" = "--help" -o "$1" = "-help" -o "$1" = "-h" ]; then
for parm in "$@" ; do
if [ "$parm" = "--help" -o "$parm" = "-help" -o "$parm" = "-h" ]; then
cat << EOF
usage: $0 [options]
@ -178,6 +179,7 @@ params:
EOF
exit 0
fi
done # for parm in ...
# LGB: Some inital help