mirror of https://github.com/zulip/zulip.git
convert_slack_data: Document "--token" more correctly.
This commit is contained in:
parent
4c8915c8e4
commit
38d1b3314a
|
@ -21,7 +21,7 @@ class Command(BaseCommand):
|
|||
)
|
||||
|
||||
parser.add_argument(
|
||||
"--token", metavar="<slack_token>", help="Slack legacy token of the organization"
|
||||
"--token", metavar="<slack_token>", help="Bot user OAuth token, starting xoxb-"
|
||||
)
|
||||
|
||||
parser.add_argument(
|
||||
|
|
Loading…
Reference in New Issue