mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-01-28 09:06:44 -06:00
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:
parent
045b6e6ed9
commit
0beaad9686
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user