Skip to content

Commit

Permalink
fix usage
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Dec 12, 2023
1 parent af76a93 commit 96e5b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/FSharp.Analyzers.Cli/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ type Arguments =
| Exclude_Analyzer _ -> "The names of analyzers that should not be executed."
| Report _ -> "Write the result messages to a (sarif) report file."
| Verbosity _ ->
"The verbosity level. The available verbosity levels are: n[ormal], d[etailed], diag[nostic]"
"The verbosity level. The available verbosity levels are: n[ormal], d[etailed], diag[nostic]."
| FSC_Args _ -> "Pass in the raw fsc compiler arguments. Cannot be combined with the `--project` flag."
| Code_Root _ ->
"Root of the current code repository, used in the sarif report to construct the relative file path. The current working directory is used by default."
Expand Down

0 comments on commit 96e5b27

Please sign in to comment.