X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/e190e1a6c056b96971229940ff0bb2aef3350c0c..b2a0aaa81c83365c68a0e709b8f884ba320e79f2:/stgit/commands/files.py diff --git a/stgit/commands/files.py b/stgit/commands/files.py index 4b44f72..0694d83 100644 --- a/stgit/commands/files.py +++ b/stgit/commands/files.py @@ -37,8 +37,7 @@ options = [make_option('-s', '--stat', help = 'show the diff stat', action = 'store_true'), make_option('-b', '--branch', - help = 'use BRANCH instead of the default one')] - action = 'store_true'), + help = 'use BRANCH instead of the default one'), make_option('--bare', help = 'bare file names (useful for scripting)', action = 'store_true')]