summaryrefslogtreecommitdiffstats
path: root/install/tools/ipa-adtrust-install
diff options
context:
space:
mode:
authorTomas Babej <tbabej@redhat.com>2013-01-31 07:58:48 -0500
committerMartin Kosek <mkosek@redhat.com>2013-01-31 14:11:30 +0100
commit0beaad9686c7b473eaf216219d4cefbf966dd416 (patch)
treeaf58f8bc4a5f1ddb316bcc43bef860f683fd829f /install/tools/ipa-adtrust-install
parent045b6e6ed995b4c1e5dab8dbcdf1af4896b52d19 (diff)
downloadfreeipa-0beaad9686c7b473eaf216219d4cefbf966dd416.tar.gz
freeipa-0beaad9686c7b473eaf216219d4cefbf966dd416.tar.xz
freeipa-0beaad9686c7b473eaf216219d4cefbf966dd416.zip
Fix a typo in ipa-adtrust-install help
"Add SIDs for existing users andgroups as the final step" changed to "Add SIDs for existing users and groups as the final step".
Diffstat (limited to 'install/tools/ipa-adtrust-install')
-rwxr-xr-xinstall/tools/ipa-adtrust-install2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/tools/ipa-adtrust-install b/install/tools/ipa-adtrust-install
index 83c6b8f4f..17f2f0e98 100755
--- a/install/tools/ipa-adtrust-install
+++ b/install/tools/ipa-adtrust-install
@@ -63,7 +63,7 @@ def parse_options():
help="admin user principal")
parser.add_option("--add-sids", dest="add_sids", action="store_true",
default=False, help="Add SIDs for existing users and" \
- "groups as the final step")
+ " groups as the final step")
options, args = parser.parse_args()
safe_options = parser.get_safe_opts(options)