summaryrefslogtreecommitdiffstats
path: root/ipalib/cli.py
diff options
context:
space:
mode:
authorJason Gerard DeRose <jderose@redhat.com>2008-09-04 09:22:18 +0000
committerJason Gerard DeRose <jderose@redhat.com>2008-09-04 09:22:18 +0000
commit553b0c596d9dc1a955aece1fab28bd0cf3c81119 (patch)
treee7235268ed2333c46f52381a9cb3875b5c902fcb /ipalib/cli.py
parent6b9ba734e119cbdc92ebc0a1b28d75b405d46bb0 (diff)
downloadfreeipa-553b0c596d9dc1a955aece1fab28bd0cf3c81119.tar.gz
freeipa-553b0c596d9dc1a955aece1fab28bd0cf3c81119.tar.xz
freeipa-553b0c596d9dc1a955aece1fab28bd0cf3c81119.zip
264: Cleaned up docstrings on all example plugins
Diffstat (limited to 'ipalib/cli.py')
-rw-r--r--ipalib/cli.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/ipalib/cli.py b/ipalib/cli.py
index 7ab0ae8d..25fbec02 100644
--- a/ipalib/cli.py
+++ b/ipalib/cli.py
@@ -47,7 +47,7 @@ def from_cli(cli_name):
class help(public.Application):
- 'Display help on command.'
+ 'Display help on a command.'
def __call__(self, key):
key = str(key)
if key not in self.application:
@@ -59,7 +59,7 @@ class help(public.Application):
class console(public.Application):
- 'Start the IPA Python console.'
+ 'Start the IPA interactive Python console.'
def __call__(self):
code.interact(