diff options
author | Jakub Hrozek <jhrozek@redhat.com> | 2010-10-26 16:28:53 -0400 |
---|---|---|
committer | Rob Crittenden <rcritten@redhat.com> | 2010-10-29 14:45:50 -0400 |
commit | 228b0ea6566aff7bde8e4b0a2e1060cc3466d15c (patch) | |
tree | 582029272a31f25754c3f78b0df7fdae6e06c273 | |
parent | 03de1b89ca4be1c178ef044a912a30c4626a9917 (diff) | |
download | freeipa-228b0ea6566aff7bde8e4b0a2e1060cc3466d15c.tar.gz freeipa-228b0ea6566aff7bde8e4b0a2e1060cc3466d15c.tar.xz freeipa-228b0ea6566aff7bde8e4b0a2e1060cc3466d15c.zip |
Remove extra --prompt-all from ipa(1) man page
http://fedorahosted.org/freeipa/ticket/328
-rw-r--r-- | ipa.1 | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -31,9 +31,6 @@ This manual page focuses on the \fIipa\fR script that serves as the main command More information about the project is available on its homepage located at http://www.freeipa.org. .SH "OPTIONS" .TP -\fB\-a\fR, \fB\-\-prompt\-all\fR -Prompt for all parameters of \fICOMMAND\fR, even if they are optional. -.TP \fB\-c\fR \fIFILE\fR Load configuration from \fIFILE\fR. .TP @@ -50,7 +47,7 @@ Display a help message with a list of options. Don't prompt for any parameters of \fBCOMMAND\fR, even if they are required. .TP \fB\-a\fR, \fB\-\-prompt\-all\fR -Prompt for ALL values (even if optional) +Prompt for all parameters of \fICOMMAND\fR, even if they are optional. .TP \fB\-f\fR, \fB\-\-no\-fallback\fR Don't fall back to other IPA servers if the default doesn't work. |