Clarify the description of --raw and -all

https://fedorahosted.org/freeipa/ticket/244
This commit is contained in:
Jakub Hrozek
2010-10-27 09:11:30 -04:00
committed by Rob Crittenden
parent 3bb0186199
commit a874d5f8e5
3 changed files with 6 additions and 6 deletions

View File

@@ -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'],
),
)