mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
zerver: Text-wrap long lines exceeding 110.
This commit is contained in:
@@ -46,7 +46,8 @@ Omit both <email> and <full name> for interactive user creation.
|
||||
help='The file containing the password of the new user.')
|
||||
parser.add_argument('email', metavar='<email>', type=str, nargs='?', default=argparse.SUPPRESS,
|
||||
help='email address of new user')
|
||||
parser.add_argument('full_name', metavar='<full name>', type=str, nargs='?', default=argparse.SUPPRESS,
|
||||
parser.add_argument('full_name', metavar='<full name>', type=str, nargs='?',
|
||||
default=argparse.SUPPRESS,
|
||||
help='full name of new user')
|
||||
self.add_realm_args(parser, True, "The name of the existing realm to which to add the user.")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user