5ee2216 Store the OptionParser in the API, use it to print unified help messages

2 files Authored by pviktori 11 years ago, Committed by rcritten 11 years ago,
    Store the OptionParser in the API, use it to print unified help messages
    
    Make `ipa -h` and `ipa help` output the same message.
    
    Since `ipa -h` output is generated by the OptionParser, we need to make
    the parser available. Store it in `api.parser`.
    
    Part of the effort for https://fedorahosted.org/freeipa/ticket/3060
    
        
file modified
+4 -7
file modified
+1 -0