X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/3c6fbd2cb3fd1d2a18585d3c13cd4517021b2f36..2f206b8f3d65d506f58ee9a519b4d39aca6d31d1:/stgit/commands/series.py diff --git a/stgit/commands/series.py b/stgit/commands/series.py index 7ed88c0..032b89e 100644 --- a/stgit/commands/series.py +++ b/stgit/commands/series.py @@ -32,8 +32,8 @@ with a '+' and the unapplied ones with a '-'. The current patch is prefixed with a '>'. Empty patches are prefixed with a '0'.""" options = [make_option('-b', '--branch', - help = 'use BRANCH instead of the default one')] -options = [make_option('-e', '--empty', + help = 'use BRANCH instead of the default one'), + make_option('-e', '--empty', help = 'check whether patches are empty ' '(much slower)', action = 'store_true') ]