Skip to content

Commit

Permalink
docs(helper-cli): Fix-up a copy and paste mistake
Browse files Browse the repository at this point in the history
The only thing this command consumes from the configuration are the
entries for package curation providers.

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Jan 17, 2024
1 parent 00bc82b commit 920fd0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ internal class CreateAnalyzerResultFromPackageListCommand : CliktCommand(

private val configFile by option(
"--config",
help = "The path to the ORT configuration file that configures the scan results storage."
help = "The path to the ORT configuration file that configures the package curation providers."
).convert { it.expandTilde() }
.file(mustExist = true, canBeFile = true, canBeDir = false, mustBeWritable = false, mustBeReadable = true)
.convert { it.absoluteFile.normalize() }
Expand Down

0 comments on commit 920fd0c

Please sign in to comment.