diff options
Diffstat (limited to 'subcmds/status.py')
-rw-r--r-- | subcmds/status.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/subcmds/status.py b/subcmds/status.py index 6c8e22e5..dc223a00 100644 --- a/subcmds/status.py +++ b/subcmds/status.py | |||
@@ -80,12 +80,9 @@ the following meanings: | |||
80 | PARALLEL_JOBS = DEFAULT_LOCAL_JOBS | 80 | PARALLEL_JOBS = DEFAULT_LOCAL_JOBS |
81 | 81 | ||
82 | def _Options(self, p): | 82 | def _Options(self, p): |
83 | super()._Options(p) | ||
84 | p.add_option('-o', '--orphans', | 83 | p.add_option('-o', '--orphans', |
85 | dest='orphans', action='store_true', | 84 | dest='orphans', action='store_true', |
86 | help="include objects in working directory outside of repo projects") | 85 | help="include objects in working directory outside of repo projects") |
87 | p.add_option('-q', '--quiet', action='store_true', | ||
88 | help="only print the name of modified projects") | ||
89 | 86 | ||
90 | def _StatusHelper(self, quiet, project): | 87 | def _StatusHelper(self, quiet, project): |
91 | """Obtains the status for a specific project. | 88 | """Obtains the status for a specific project. |