diff options
Diffstat (limited to 'subcmds/stage.py')
-rw-r--r-- | subcmds/stage.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/subcmds/stage.py b/subcmds/stage.py index 92a00ea0..1c285fc1 100644 --- a/subcmds/stage.py +++ b/subcmds/stage.py | |||
@@ -46,7 +46,6 @@ The '%prog' command stages files to prepare the next commit. | |||
46 | g.add_option( | 46 | g.add_option( |
47 | "-i", | 47 | "-i", |
48 | "--interactive", | 48 | "--interactive", |
49 | dest="interactive", | ||
50 | action="store_true", | 49 | action="store_true", |
51 | help="use interactive staging", | 50 | help="use interactive staging", |
52 | ) | 51 | ) |