diff options
| author | Joanna Wang <jojwang@google.com> | 2022-11-08 18:56:52 -0500 |
|---|---|---|
| committer | Joanna Wang <jojwang@google.com> | 2022-11-09 01:24:49 +0000 |
| commit | 24c6314fca400f86fd893053c79788a8ab681477 (patch) | |
| tree | f54c5f6a6b58800b3005b38644f25085c16e03b4 /main.py | |
| parent | 7efab539f0fc78aa759000a922c30ac45e84530b (diff) | |
| download | git-repo-24c6314fca400f86fd893053c79788a8ab681477.tar.gz | |
Fix TRACE_FILE renaming.v2.29.8
Bug: b/258073923
Change-Id: I997961056388e1550711f73a6310788b5c7ad4d4
Reviewed-on: https://gerrit-review.googlesource.com/c/git-repo/+/350934
Tested-by: Joanna Wang <jojwang@google.com>
Reviewed-by: LaMont Jones <lamontjones@google.com>
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', |
