convert_slack_data: Document "--token" more correctly.

This commit is contained in:
Alex Vandiver 2023-06-21 17:46:27 +00:00 committed by Tim Abbott
parent 4c8915c8e4
commit 38d1b3314a
1 changed files with 1 additions and 1 deletions

View File

@ -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(