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".
This commit is contained in:
Tomas Babej
2013-01-31 14:11:30 +01:00
committed by Martin Kosek
parent 045b6e6ed9
commit 0beaad9686
+1 -1
View File
@@ -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)