Skip to content

Commit 6b9460a

Browse files
improve help string
Co-authored-by: Owen Pan <[email protected]>
1 parent 6342476 commit 6b9460a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clang/tools/clang-format/git-clang-format

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ def main():
209209
"-0",
210210
"--null",
211211
action="store_true",
212-
help="print the affected paths with null-terminated characters",
212+
help="end each printed filename with a null character",
213213
)
214214
# We gather all the remaining positional arguments into 'args' since we need
215215
# to use some heuristics to determine whether or not <commit> was present.

0 commit comments

Comments
 (0)