Skip to content

Commit

Permalink
Simplify CLI --help usage info
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph Cooper committed Jun 13, 2024
1 parent eafb2f6 commit 9876e3b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions core/src/main/java/com/facebook/ktfmt/cli/ParsedArgs.kt
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,7 @@ data class ParsedArgs(
|ktfmt - command line Kotlin source code pretty-printer
|
|Usage:
| ktfmt [--style=dropbox | --style=google | --style=kotlinlang ] [-n | --dry-run] [--set-exit-if-changed]
| [--do-not-remove-unused-imports] <File1.kt> <File2.kt> ...
| ktfmt [OPTIONS] <File1.kt> <File2.kt> ...
| ktfmt @ARGFILE
|
|ktfmt formats Kotlin source code files in-place, reporting for each file whether the
Expand Down

0 comments on commit 9876e3b

Please sign in to comment.