mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +00:00
python: Remove redundant dest for argparse arguments.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
4d583e3d41
commit
a5dbab8fb0
@@ -14,13 +14,11 @@ class Command(ZulipBaseCommand):
|
||||
|
||||
parser.add_argument(
|
||||
'-s', '--streams',
|
||||
dest='streams',
|
||||
type=str,
|
||||
help='A comma-separated list of stream names.')
|
||||
|
||||
parser.add_argument(
|
||||
'--referred-by',
|
||||
dest='referred_by',
|
||||
type=str,
|
||||
help='Email of referrer',
|
||||
required=True,
|
||||
|
||||
Reference in New Issue
Block a user