summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJakub Hrozek <jhrozek@redhat.com>2010-10-27 09:11:30 -0400
committerRob Crittenden <rcritten@redhat.com>2010-11-08 15:23:03 -0500
commita874d5f8e5b432f699362730a994e838594735ec (patch)
tree3539b7d47c0e323bedf0d5b1889060f74f574c77 /doc
parent3bb0186199220a46ebe8fd93b9638b6603dc4b70 (diff)
downloadfreeipa-a874d5f8e5b432f699362730a994e838594735ec.tar.gz
freeipa-a874d5f8e5b432f699362730a994e838594735ec.tar.xz
freeipa-a874d5f8e5b432f699362730a994e838594735ec.zip
Clarify the description of --raw and -all
https://fedorahosted.org/freeipa/ticket/244
Diffstat (limited to 'doc')
-rw-r--r--doc/examples/examples.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/examples/examples.py b/doc/examples/examples.py
index d40ad8e3..9bef1a02 100644
--- a/doc/examples/examples.py
+++ b/doc/examples/examples.py
@@ -139,7 +139,7 @@ class exshowuser(Command):
Flag('all',
# the doc keyword argument is what you see when you go
# `ipa COMMAND --help` or `ipa help COMMAND`
- doc='retrieve all attributes',
+ doc='retrieve and print all attributes from the server. Affects command output.',
flags=['no_output'],
),
)