Remove "-r" option on invocations of git-diff-index
[stgit] / stgit / commands / imprt.py
index f8970af..14bf0b6 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',