From ee08888d27f51a085d5dc385e91e5eb1091b30d2 Mon Sep 17 00:00:00 2001 From: Peter Kasting Date: Tue, 3 Aug 2021 17:57:00 +0000 Subject: [PATCH] Update comment to reflect a directory's new name. Bug: chromium:1133549 Change-Id: I7140370746acd9bfa8b5e90257a61effbb72b97e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/3068888 Auto-Submit: Peter Kasting Commit-Queue: Gavin Mak Reviewed-by: Gavin Mak --- git_cl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git_cl.py b/git_cl.py index 5edf4407b..3dd546ffe 100755 --- a/git_cl.py +++ b/git_cl.py @@ -5292,7 +5292,7 @@ def CMDformat(parser, args): # $ python pretty_print.py # But in tools/metrics/histogrmas, pretty-print should be run with an # additional relative path argument, like: - # $ python pretty_print.py histograms_xml/UMA/histograms.xml + # $ python pretty_print.py metadata/UMA/histograms.xml # $ python pretty_print.py enums.xml # TODO (crbug/1116488): Remove this check after ensuring that the updated