summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2010-02-03 14:47:51 -0500
committerRob Crittenden <rcritten@redhat.com>2010-02-03 14:47:51 -0500
commit2416f92bee0b3dd11eccfbfdc6a61a6624540262 (patch)
treed1ddfb75f3b548d4f884ca607fb53d44bd41c015
parent487e1cadc8f418f399636759c9ac8f3c94c8426f (diff)
downloadfreeipa.git-2416f92bee0b3dd11eccfbfdc6a61a6624540262.tar.gz
freeipa.git-2416f92bee0b3dd11eccfbfdc6a61a6624540262.tar.xz
freeipa.git-2416f92bee0b3dd11eccfbfdc6a61a6624540262.zip
Fix sample IPA command example at end of installation
Resolves #531455
-rwxr-xr-xinstall/tools/ipa-server-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-server-install b/install/tools/ipa-server-install
index ee304597..c3df215b 100755
--- a/install/tools/ipa-server-install
+++ b/install/tools/ipa-server-install
@@ -798,7 +798,7 @@ def main():
print "\t\t * 123: ntp"
print ""
print "\t2. You can now obtain a kerberos ticket using the command: 'kinit admin'"
- print "\t This ticket will allow you to use the IPA tools (e.g., ipa-adduser)"
+ print "\t This ticket will allow you to use the IPA tools (e.g., ipa user-add)"
print "\t and the web user interface."
if not service.is_running("ntpd"):