Skip to content

Commit

Permalink
Improve help text for '--stdin-path'
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-dingemans committed Oct 19, 2024
1 parent 9fb9e6a commit 62f9472
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ internal class KtlintCommandLine : CliktCommand(name = "ktlint") {
private val stdinPath: String? by
option(
"--stdin-path",
help = "Provide a virtual file location for stdin",
help = "Virtual file location for stdin. When combined with option '--format' the actual file will not be overwritten",
)

private val patternsFromStdin: String? by
Expand Down

0 comments on commit 62f9472

Please # to comment.