summaryrefslogtreecommitdiffstats
path: root/client
diff options
context:
space:
mode:
authorMartin Babinsky <mbabinsk@redhat.com>2016-11-28 15:10:22 +0100
committerMartin Babinsky <mbabinsk@redhat.com>2016-12-02 13:00:06 +0100
commit42307ae2dc4d9be06d3fd9b7e5af2e0761b8d6ad (patch)
treed8f55586701d65639125bf10448d390cd9f67d22 /client
parent7f301b00ce50814d098e7e42324ef741c71b6853 (diff)
downloadfreeipa-42307ae2dc4d9be06d3fd9b7e5af2e0761b8d6ad.tar.gz
freeipa-42307ae2dc4d9be06d3fd9b7e5af2e0761b8d6ad.tar.xz
freeipa-42307ae2dc4d9be06d3fd9b7e5af2e0761b8d6ad.zip
Revert "Add 'ipa localenv' subcommand"
This reverts commit 1166fbc4946596fcc2ed51a1ec6990fc7dae8964. The proper fix is to restore pre-thin client behavior of commands inheriting from LocalOrRemote class. https://fedorahosted.org/freeipa/ticket/6490 Reviewed-By: Stanislav Laznicka <slaznick@redhat.com>
Diffstat (limited to 'client')
-rw-r--r--client/man/ipa.16
1 files changed, 1 insertions, 5 deletions
diff --git a/client/man/ipa.1 b/client/man/ipa.1
index cc5641b3b..9194ca071 100644
--- a/client/man/ipa.1
+++ b/client/man/ipa.1
@@ -65,17 +65,13 @@ The principal function of the CLI is to execute administrative commands specifie
From the implementation perspective, the CLI distinguishes two types of commands \- built\-ins and plugin provided.
-Built\-in commands are static and are all available in all installations of IPA. There are three of them:
+Built\-in commands are static and are all available in all installations of IPA. There are two of them:
.TP
\fBconsole\fR
Start the IPA interactive Python console.
.TP
\fBhelp\fR [\fITOPIC\fR | \fICOMMAND\fR | \fBtopics\fR | \fBcommands\fR]
Display help for a command or topic.
-\fBlocal-env\fR
-Show local IPA api.env values.
-.TP
-
The \fBhelp\fR command invokes the built\-in documentation system. Without parameters a list of built\-in commands and help topics is displayed. Help topics are generated from loaded IPA plugin modules. Executing \fBhelp\fR with the name of an available topic displays a help message provided by the corresponding plugin module and list of commands it contains.
.LP