chiark / gitweb /
Allow the short version of --base (i.e. -b) in import
[stgit] / stgit / commands / imprt.py
index f8970afc0cc598a312875096f12e3f7dfae00d39..14bf0b6702dcb544aaf639e0440fc97ef76bdb09 100644 (file)
@@ -42,7 +42,7 @@ options = [make_option('-m', '--mail',
                        action = 'store_true'),
            make_option('-n', '--name',
                        help = 'use NAME as the patch name'),
-           make_option('--base',
+           make_option('-b', '--base',
                        help = 'use BASE instead of HEAD for file importing'),
            make_option('-e', '--edit',
                        help = 'invoke an editor for the patch description',