mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 18:51:29 +00:00
Update message on how to format changes
Bug: 379902295 Change-Id: I6d4b2753664c20887f7063865536ce071252844d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/6226155 Reviewed-by: Scott Lee <ddoman@chromium.org> Auto-Submit: Gary Tong <gatong@chromium.org> Commit-Queue: Scott Lee <ddoman@chromium.org>
This commit is contained in:
@@ -6873,8 +6873,8 @@ def CMDformat(parser, args):
|
||||
if gclient_utils.IsEnvCog():
|
||||
print(
|
||||
'format command is not supported. Please use the "Format '
|
||||
'Document" functionality in command palette in the Editor '
|
||||
'instead.',
|
||||
'Modified Lines in All Files (git cl format)" functionality in'
|
||||
'command palette in the editor instead.',
|
||||
file=sys.stderr)
|
||||
return 1
|
||||
clang_exts = ['.cc', '.cpp', '.h', '.m', '.mm', '.proto']
|
||||
|
||||
Reference in New Issue
Block a user