diff options
author | Gabe <redhatrises@gmail.com> | 2014-06-06 06:39:59 -0600 |
---|---|---|
committer | Petr Viktorin <pviktori@redhat.com> | 2014-06-09 16:27:41 +0200 |
commit | 2a8c509567754877ed0188784d7c38250484be48 (patch) | |
tree | f7c9427bb8c6c6e134cd3ae0af62abee96589a06 /ipa.1 | |
parent | ec282c7e96090f25bae4747e2e586af54bf49720 (diff) | |
download | freeipa-2a8c509567754877ed0188784d7c38250484be48.tar.gz freeipa-2a8c509567754877ed0188784d7c38250484be48.tar.xz freeipa-2a8c509567754877ed0188784d7c38250484be48.zip |
Add version and API version
- Add API version to constants.py
- Add version option to plugable.py
- Add version to ipa manpage and fix a couple of typos
https://fedorahosted.org/freeipa/ticket/4316
Reviewed-By: Petr Viktorin <pviktori@redhat.com>
Diffstat (limited to 'ipa.1')
-rw-r--r-- | ipa.1 | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -37,7 +37,7 @@ Load configuration from \fIFILE\fR. \fB\-d\fR, \fB\-\-debug\fR Produce full debugging output. .TP -\fB\-\-\-delegate\fR +\fB\-\-delegate\fR Delegate the user's TGT to the IPA server .TP \fB\-e\fR \fIKEY=VAL\fR @@ -56,7 +56,9 @@ Prompt for all parameters of \fICOMMAND\fR, even if they are optional. Don't fall back to other IPA servers if the default doesn't work. .TP \fB\-v\fR, \fB\-\-verbose\fR -Produce verbose output. A second \-v displays the XML\-RPC request +Produce verbose output. A second \-v displays the XML\-RPC request. +\fB\-\-version\fR +Display the IPA version and API version. .SH "COMMANDS" The principal function of the CLI is to execute administrative commands specified by the \fICOMMAND\fR argument. The majority of commands are executed remotely over XML\-RPC on a IPA server listed in the configuration file (see FILES section of this manual page). |