Skip to content

Commit 6fb536f

Browse files
run_bot: Use consistent argument naming in usage.
1 parent 1ae6dbe commit 6fb536f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

zulip_bots/zulip_bots/run.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
def parse_args() -> argparse.Namespace:
2121
usage = """
22-
zulip-run-bot <bot_name> --config-file ~/zuliprc
22+
zulip-run-bot <bot> --config-file ~/zuliprc
2323
zulip-run-bot --help
2424
"""
2525

0 commit comments

Comments
 (0)