diff options
Diffstat (limited to 'subcmds/stage.py')
-rw-r--r-- | subcmds/stage.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/stage.py b/subcmds/stage.py index 98b30221..ff0f1738 100644 --- a/subcmds/stage.py +++ b/subcmds/stage.py | |||
@@ -38,7 +38,8 @@ The '%prog' command stages files to prepare the next commit. | |||
38 | """ | 38 | """ |
39 | 39 | ||
40 | def _Options(self, p): | 40 | def _Options(self, p): |
41 | p.add_option('-i', '--interactive', | 41 | g = p.get_option_group('--quiet') |
42 | g.add_option('-i', '--interactive', | ||
42 | dest='interactive', action='store_true', | 43 | dest='interactive', action='store_true', |
43 | help='use interactive staging') | 44 | help='use interactive staging') |
44 | 45 | ||