summaryrefslogtreecommitdiffstats
path: root/main.py
diff options
context:
space:
mode:
authorJoanna Wang <jojwang@google.com>2022-11-08 18:56:52 -0500
committerJoanna Wang <jojwang@google.com>2022-11-09 01:24:49 +0000
commit24c6314fca400f86fd893053c79788a8ab681477 (patch)
treef54c5f6a6b58800b3005b38644f25085c16e03b4 /main.py
parent7efab539f0fc78aa759000a922c30ac45e84530b (diff)
downloadgit-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-xmain.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.py b/main.py
index a22c6a1f..f4b6e7ac 100755
--- a/main.py
+++ b/main.py
@@ -109,7 +109,7 @@ global_options.add_option('--color',
109global_options.add_option('--trace', 109global_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)')
112global_options.add_option('--trace_to_stderr', 112global_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')
115global_options.add_option('--trace-python', 115global_options.add_option('--trace-python',