Changeset 447


Ignore:
Timestamp:
10/04/2009 20:59:57 (3 years ago)
Author:
blee
Message:

Catch generic help call in both confmandoc and confadmindoc for clean exit.

See #75

Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/confadmindoc.sh

    r446 r447  
    4848 
    4949function print_help { 
     50    [ -z "$1" ] && print_usage 0 
     51 
    5052  case $1 in 
    5153          se* ) 
  • trunk/confmandoc.sh

    r444 r447  
    8080 
    8181function print_help { 
     82    [ -z "$1" ] && print_usage 0 
     83 
    8284  case $1 in 
    8385          se* ) 
Note: See TracChangeset for help on using the changeset viewer.