We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93d649d commit 3ce0935Copy full SHA for 3ce0935
1 file changed
core/src/main/java/com/google/googlejavaformat/java/UsageException.java
@@ -46,9 +46,9 @@ final class UsageException extends Exception {
46
" Do not fix the import order. Unused imports will still be removed.",
47
" --skip-removing-unused-imports",
48
" Do not remove unused imports. Imports will still be sorted.",
49
- " . --skip-reflowing-long-strings",
+ " --skip-reflowing-long-strings",
50
" Do not reflow string literals that exceed the column limit.",
51
- " . --skip-javadoc-formatting",
+ " --skip-javadoc-formatting",
52
" Do not reformat javadoc.",
53
" --dry-run, -n",
54
" Prints the paths of the files whose contents would change if the formatter were run"
0 commit comments