diff options
Diffstat (limited to 'main.py')
-rwxr-xr-x | main.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -109,7 +109,7 @@ global_options.add_option('--color', | |||
109 | global_options.add_option('--trace', | 109 | global_options.add_option('--trace', |
110 | dest='trace', action='store_true', | 110 | dest='trace', action='store_true', |
111 | help='trace git command execution (REPO_TRACE=1)') | 111 | help='trace git command execution (REPO_TRACE=1)') |
112 | global_options.add_option('--trace_to_stderr', | 112 | global_options.add_option('--trace-to-stderr', |
113 | dest='trace_to_stderr', action='store_true', | 113 | dest='trace_to_stderr', action='store_true', |
114 | help='trace outputs go to stderr in addition to .repo/TRACE_FILE') | 114 | help='trace outputs go to stderr in addition to .repo/TRACE_FILE') |
115 | global_options.add_option('--trace-python', | 115 | global_options.add_option('--trace-python', |