From 2416f92bee0b3dd11eccfbfdc6a61a6624540262 Mon Sep 17 00:00:00 2001 From: Rob Crittenden Date: Wed, 3 Feb 2010 14:47:51 -0500 Subject: Fix sample IPA command example at end of installation Resolves #531455 --- install/tools/ipa-server-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"): -- cgit