Skip to content

Commit

Permalink
fix typo in usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Nov 23, 2023
1 parent 7e7a90a commit 87c927e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Fantomas/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ type Arguments =
| Profile -> "Print performance profiling information."
| Check ->
"Don't format files, just check if they have changed. Exits with 0 if it's formatted correctly, with 1 if some files need formatting and 99 if there was an internal error"
| Daemon -> "Daemon mode, launches an LSP-like server to can be used by editor tooling."
| Daemon -> "Daemon mode, launches an LSP-like server that can be used by editor tooling."
| Version -> "Displays the version of Fantomas"
| Input _ ->
sprintf
Expand Down

0 comments on commit 87c927e

Please sign in to comment.