diff --git a/clang/docs/ClangFormat.rst b/clang/docs/ClangFormat.rst --- a/clang/docs/ClangFormat.rst +++ b/clang/docs/ClangFormat.rst @@ -26,7 +26,7 @@ together with s, the files are edited in-place. Otherwise, the result is written to the standard output. - USAGE: clang-format [options] [ ...] + USAGE: clang-format [options] [@] [ ...] OPTIONS: @@ -69,7 +69,8 @@ --ferror-limit= - Set the maximum number of clang-format errors to emit before stopping (0 = no limit). Used only with --dry-run or -n - --files= - Provide a list of files to run clang-format + --files= - A file containing a list of files to process, one + per line. -i - Inplace edit s, if specified. --length= - Format a range of this length (in bytes). Multiple ranges can be formatted by specifying