Fix TRACE_FILE renaming.
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>
This commit is contained in:
parent
7efab539f0
commit
24c6314fca
3 changed files with 14 additions and 13 deletions
2
main.py
2
main.py
|
@ -109,7 +109,7 @@ global_options.add_option('--color',
|
|||
global_options.add_option('--trace',
|
||||
dest='trace', action='store_true',
|
||||
help='trace git command execution (REPO_TRACE=1)')
|
||||
global_options.add_option('--trace_to_stderr',
|
||||
global_options.add_option('--trace-to-stderr',
|
||||
dest='trace_to_stderr', action='store_true',
|
||||
help='trace outputs go to stderr in addition to .repo/TRACE_FILE')
|
||||
global_options.add_option('--trace-python',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue