summaryrefslogtreecommitdiffstats
path: root/repo
diff options
context:
space:
mode:
Diffstat (limited to 'repo')
-rwxr-xr-xrepo2
1 files changed, 2 insertions, 0 deletions
diff --git a/repo b/repo
index 604f800b..cf9f1863 100755
--- a/repo
+++ b/repo
@@ -281,6 +281,8 @@ def GetParser(gitc_init=False):
281 281
282def InitParser(parser, gitc_init=False): 282def InitParser(parser, gitc_init=False):
283 """Setup the CLI parser.""" 283 """Setup the CLI parser."""
284 # NB: Keep in sync with command.py:_CommonOptions().
285
284 # Logging. 286 # Logging.
285 group = parser.add_option_group('Logging options') 287 group = parser.add_option_group('Logging options')
286 group.add_option('-v', '--verbose', 288 group.add_option('-v', '--verbose',