Skip to content

Commit 3ce0935

Browse files
java-team-github-botgoogle-java-format Team
authored andcommitted
Remove typo period in flags documentation.
I *think* they are typoes? Apologies if this is intended. PiperOrigin-RevId: 343547804
1 parent 93d649d commit 3ce0935

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

core/src/main/java/com/google/googlejavaformat/java/UsageException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ final class UsageException extends Exception {
4646
" Do not fix the import order. Unused imports will still be removed.",
4747
" --skip-removing-unused-imports",
4848
" Do not remove unused imports. Imports will still be sorted.",
49-
" . --skip-reflowing-long-strings",
49+
" --skip-reflowing-long-strings",
5050
" Do not reflow string literals that exceed the column limit.",
51-
" . --skip-javadoc-formatting",
51+
" --skip-javadoc-formatting",
5252
" Do not reformat javadoc.",
5353
" --dry-run, -n",
5454
" Prints the paths of the files whose contents would change if the formatter were run"

0 commit comments

Comments
 (0)