Skip to content

Commit

Permalink
fix error message for missing project
Browse files Browse the repository at this point in the history
  • Loading branch information
dawedawe committed Oct 31, 2023
1 parent 94e3663 commit b54755a
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 @@ -460,7 +460,7 @@ let main argv =
else
match projOpts, fscArgs with
| [], None ->
printError "No project given. Use `--project PATH_TO_FSPROJ`. Pass path relative to current directory."
printError "No project given. Use `--project PATH_TO_FSPROJ`."

None
| _ :: _, Some _ ->
Expand Down

0 comments on commit b54755a

Please sign in to comment.