summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNathaniel McCallum <npmccallum@redhat.com>2014-05-02 13:22:15 -0400
committerPetr Vobornik <pvoborni@redhat.com>2014-05-06 13:23:25 +0200
commit797974b09fdd078c8ad645c217a464b69ce72f66 (patch)
treefa6cf25eb92d008f79235921d572a8ab051163f1
parent3f3c8eee24f98807ff8a95dd0f6a022b2b3a5bf5 (diff)
downloadfreeipa-797974b09fdd078c8ad645c217a464b69ce72f66.tar.gz
freeipa-797974b09fdd078c8ad645c217a464b69ce72f66.tar.xz
freeipa-797974b09fdd078c8ad645c217a464b69ce72f66.zip
Fix a typo in the otptoken doc string
https://fedorahosted.org/freeipa/ticket/4289 Reviewed-By: Jan Cholasta <jcholast@redhat.com>
-rw-r--r--ipalib/plugins/otptoken.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/ipalib/plugins/otptoken.py b/ipalib/plugins/otptoken.py
index 91525398d..f68ea7df5 100644
--- a/ipalib/plugins/otptoken.py
+++ b/ipalib/plugins/otptoken.py
@@ -39,16 +39,16 @@ code enables the management of OTP tokens.
EXAMPLES:
Add a new token:
- ipa otp-add --type=totp --owner=jdoe --desc="My soft token"
+ ipa otptoken-add --type=totp --owner=jdoe --desc="My soft token"
Examine the token:
- ipa otp-show a93db710-a31a-4639-8647-f15b2c70b78a
+ ipa otptoken-show a93db710-a31a-4639-8647-f15b2c70b78a
Change the vendor:
- ipa otp-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor="Red Hat"
+ ipa otptoken-mod a93db710-a31a-4639-8647-f15b2c70b78a --vendor="Red Hat"
Delete a token:
- ipa otp-del a93db710-a31a-4639-8647-f15b2c70b78a
+ ipa otptoken-del a93db710-a31a-4639-8647-f15b2c70b78a
""")
register = Registry()