From: keby Date: Thu, 20 May 2010 20:54:09 +0000 (+0200) Subject: adding -b option for --bot X-Git-Url: https://projects.mako.cc/source/mw/commitdiff_plain/1d1aafa5f78d4db3df784026af179409e914e3d0?ds=sidebyside adding -b option for --bot --- 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)