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 07:58:48 -05:00 committed by Martin Kosek
parent 045b6e6ed9
commit 0beaad9686

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)