Changeset 323 for trunk/confman.in
- Timestamp:
- 05/03/2009 16:25:09 (3 years ago)
- File:
-
- 1 edited
-
trunk/confman.in (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/confman.in
r319 r323 34 34 else 35 35 echo "Can't find confmancommon.sh. Exiting." >&2 36 fi 37 38 # Source the documentation library 39 if [ -f $REPO_DOCS_CONFMAN ] ; then 40 . $REPO_DOCS_CONFMAN 41 else 42 echo "Couldn't source the confman shell documentation library" >&2 43 exit 1 36 44 fi 37 45 … … 937 945 938 946 # Debug mode? 939 while getopts " d" opt ; do947 while getopts "hd-" opt ; do 940 948 case $opt in 941 d) 942 DEBUG="true" 943 shift 944 ;; 945 *) 946 print_help 1 947 ;; 949 d) DEBUG="true" ;; 950 h) shift ; print_help "$@" ; exit 0 ;; 951 *) print_usage 1 ;; 948 952 esac 949 953 done
Note: See TracChangeset
for help on using the changeset viewer.
