[MPlayer-cvslog] r22377 - trunk/TOOLS/checktree.sh

ivo subversion at mplayerhq.hu
Wed Feb 28 12:50:24 CET 2007


Author: ivo
Date: Wed Feb 28 12:50:23 2007
New Revision: 22377

Modified:
   trunk/TOOLS/checktree.sh

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



Modified: trunk/TOOLS/checktree.sh
==============================================================================
--- trunk/TOOLS/checktree.sh	(original)
+++ trunk/TOOLS/checktree.sh	Wed Feb 28 12:50:23 2007
@@ -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"



More information about the MPlayer-cvslog mailing list