From 1d1aafa5f78d4db3df784026af179409e914e3d0 Mon Sep 17 00:00:00 2001 From: keby Date: Thu, 20 May 2010 22:54:09 +0200 Subject: [PATCH] adding -b option for --bot --- src/mw/clicommands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.30.2