From a874d5f8e5b432f699362730a994e838594735ec Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Wed, 27 Oct 2010 09:11:30 -0400 Subject: Clarify the description of --raw and -all https://fedorahosted.org/freeipa/ticket/244 --- doc/examples/examples.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc') 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'], ), ) -- cgit