From 9cef3847765af5277cfebc8f2e53d753ea03d9b0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Eray=20=C3=96zkural?= Date: Sun, 14 Aug 2005 16:03:26 +0000 Subject: [PATCH] * az oz --- pisi/cli/commands.py | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) 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