X-Git-Url: https://git.distorted.org.uk/~mdw/stgit/blobdiff_plain/e55b53e007f02331a27e16bcac18165952a202d5..e45e1f855d8a7cd3b4183612122aa5c6de7f7b8d:/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):