Skip to content

Commit 107fa9b

Browse files
Niloth-pneiljp
authored andcommitted
lint-hotkeys: Add missing '--fix' flag in usage prompt.
1 parent 345a5ae commit 107fa9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tools/lint-hotkeys

+3-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,9 @@ def lint_hotkeys_file() -> None:
7373
else:
7474
print("No hotkeys linting errors")
7575
if not output_file_matches_string(hotkeys_file_string):
76-
print(f"Run './tools/{SCRIPT_NAME}' to update {OUTPUT_FILE_NAME} file")
76+
print(
77+
f"Run './tools/{SCRIPT_NAME} --fix' to update {OUTPUT_FILE_NAME} file"
78+
)
7779
error_flag = 1
7880
sys.exit(error_flag)
7981

0 commit comments

Comments
 (0)