From 0beaad9686c7b473eaf216219d4cefbf966dd416 Mon Sep 17 00:00:00 2001 From: Tomas Babej Date: Thu, 31 Jan 2013 07:58:48 -0500 Subject: 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". --- install/tools/ipa-adtrust-install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- cgit