X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/d0d139a330a0e2f49b9acad4ea1938304b4110ac..2f7c8b0ba410854dc7dd0c2282323cc04dfcce8e:/stgit/commands/rename.py diff --git a/stgit/commands/rename.py b/stgit/commands/rename.py index 78a473f..ca799c3 100644 --- a/stgit/commands/rename.py +++ b/stgit/commands/rename.py @@ -28,7 +28,8 @@ usage = """%prog [options] Rename into in a series.""" -options = [] +options = [make_option('-b', '--branch', + help = 'use BRANCH instead of the default one')] def func(parser, options, args):