Skip to content
Snippets Groups Projects

Draft: FIX: fix the argument name

Closed Alexander Schlemmer requested to merge f-admin-tools into dev
1 file
+ 3
1
Compare changes
  • Side-by-side
  • Inline
@@ -323,7 +323,9 @@ USAGE
subparser = subparsers.add_parser(
"set_user_password",
help="Set a new password for a user. The password is not to be given on the command line for security reasons. You will be prompted for the password.")
help="Set a new password for a user. The user needs to be reactivated "
"afterwards! The password is not to be given on the command line for "
"security reasons. You will be prompted for the password.")
subparser.set_defaults(call=do_set_user_password)
subparser.add_argument(
metavar='USERNAME',
Loading