diff --git a/pisi/cli/commands.py b/pisi/cli/commands.py index 7fb19f40..4a5bc5db 100644 --- a/pisi/cli/commands.py +++ b/pisi/cli/commands.py @@ -129,15 +129,12 @@ class Command(object): class Help(Command): - """Prints help + """Prints help for given commands. -Usage: help ... +Usage: help [ ... ] -If run without parameters will print the general usage documentation. +If run without parameters, it prints the general help.""" -If run with a command name as the parameter will print the documentation -for that command.""" - def __init__(self): #TODO? Discard Help's own usage doc in favor of general usage doc #self.__doc__ = usage_text