Changeset 443


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

Fix multiple calls to print_help that were intended to call print_usage.

See #79

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/confman.in

    r437 r443  
    256256                ;; 
    257257            *) 
    258                 print_help 1 
     258                print_usage 1 
    259259                ;; 
    260260        esac 
     
    560560            ;; 
    561561            *) 
    562             print_help 1 
     562            print_usage 1 
    563563            ;; 
    564564        esac 
     
    600600            ;; 
    601601            *) 
    602             print_help 1 
     602            print_usage 1 
    603603            ;; 
    604604        esac 
     
    639639            ;; 
    640640            *) 
    641             print_help 1 
     641            print_usage 1 
    642642            ;; 
    643643        esac 
Note: See TracChangeset for help on using the changeset viewer.