From 87c927eb28bd25722cfd63061a6caa23e36400af Mon Sep 17 00:00:00 2001 From: dawe Date: Thu, 23 Nov 2023 21:40:02 +0100 Subject: [PATCH] fix typo in usage --- src/Fantomas/Program.fs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Fantomas/Program.fs b/src/Fantomas/Program.fs index 8db0721aee..8c9d95ce58 100644 --- a/src/Fantomas/Program.fs +++ b/src/Fantomas/Program.fs @@ -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