Changeset 447 for trunk/confadmindoc.sh


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

File:
1 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* ) 
Note: See TracChangeset for help on using the changeset viewer.