X-Git-Url: https://projects.mako.cc/source/mw/blobdiff_plain/d5e0d569024805e42039955f2e38024fcfdb0f7b..1d1aafa5f78d4db3df784026af179409e914e3d0:/src/mw/clicommands.py diff --git a/src/mw/clicommands.py b/src/mw/clicommands.py index 6db3cb8..7931ac6 100644 --- a/src/mw/clicommands.py +++ b/src/mw/clicommands.py @@ -190,7 +190,7 @@ class CommitCommand(CommandBase): self.parser.add_option('-m', '--message', dest='edit_summary', help='don\'t prompt for edit summary and ' 'use this instead') - self.parser.add_option('--bot', dest='bot', action='store_true', + self.parser.add_option('-b', '--bot', dest='bot', action='store_true', help='mark actions as a bot (won\'t affect ' 'anything if you don\'t have the bot right', default=False)