c080c65 Add argument help to CLI

Authored and Committed by mkosek 12 years ago
    Add argument help to CLI
    
    CLI command help contains a documentation for all options that can
    be passed to commands. However, help strings for positional
    arguments are not included.
    
    This patch uses an OptionParser description field to list all
    command arguments as OptionParser does not have a native support
    to provide such information to user.
    
    https://fedorahosted.org/freeipa/ticket/1974
    
        
file modified
+81 -9
file modified
+3 -1