summaryrefslogtreecommitdiffstats
path: root/TOOLS
diff options
context:
space:
mode:
authorivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-28 11:50:23 +0000
committerivo <ivo@b3059339-0415-0410-9bf9-f77b7e298cf2>2007-02-28 11:50:23 +0000
commit88c04a03086847dff61e554159ba3f47bfb5bc77 (patch)
tree99bfba35afd320dc8dececff51a82933717ec1f8 /TOOLS
parent98df2cb095448613192b30b586d0a38ab945d2a1 (diff)
downloadmpv-88c04a03086847dff61e554159ba3f47bfb5bc77.tar.bz2
mpv-88c04a03086847dff61e554159ba3f47bfb5bc77.tar.xz
also respond to --help, -h and -? command line options
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22377 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'TOOLS')
-rwxr-xr-xTOOLS/checktree.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/TOOLS/checktree.sh b/TOOLS/checktree.sh
index 2e4f7ac366..a4dd6abc75 100755
--- a/TOOLS/checktree.sh
+++ b/TOOLS/checktree.sh
@@ -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"