diff options
Diffstat (limited to 'subcmds/forall.py')
-rw-r--r-- | subcmds/forall.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/subcmds/forall.py b/subcmds/forall.py index dbf26f0b..d0e51920 100644 --- a/subcmds/forall.py +++ b/subcmds/forall.py | |||
@@ -127,7 +127,8 @@ without iterating through the remaining projects. | |||
127 | help="Execute the command only on projects matching regex or wildcard expression") | 127 | help="Execute the command only on projects matching regex or wildcard expression") |
128 | p.add_option('-i', '--inverse-regex', | 128 | p.add_option('-i', '--inverse-regex', |
129 | dest='inverse_regex', action='store_true', | 129 | dest='inverse_regex', action='store_true', |
130 | help="Execute the command only on projects not matching regex or wildcard expression") | 130 | help="Execute the command only on projects not matching regex or " |
131 | "wildcard expression") | ||
131 | p.add_option('-g', '--groups', | 132 | p.add_option('-g', '--groups', |
132 | dest='groups', | 133 | dest='groups', |
133 | help="Execute the command only on projects matching the specified groups") | 134 | help="Execute the command only on projects matching the specified groups") |