X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/26aab5b04fa4ba13f48948de73e497cf0a315ad1..681f805ef4688c7ea450f5e72a15dad818809734:/stgit/commands/top.py diff --git a/stgit/commands/top.py b/stgit/commands/top.py index 1d6ab5e..f36a0b0 100644 --- a/stgit/commands/top.py +++ b/stgit/commands/top.py @@ -29,7 +29,8 @@ usage = """%prog [options] Print the name of the current (topmost) patch.""" -options = [] +options = [make_option('-b', '--branch', + help = 'use BRANCH instead of the default one')] def func(parser, options, args):