diff --git a/helper-cli/src/main/kotlin/commands/CreateAnalyzerResultFromPackageListCommand.kt b/helper-cli/src/main/kotlin/commands/CreateAnalyzerResultFromPackageListCommand.kt index 63b214626c0a..792111231361 100644 --- a/helper-cli/src/main/kotlin/commands/CreateAnalyzerResultFromPackageListCommand.kt +++ b/helper-cli/src/main/kotlin/commands/CreateAnalyzerResultFromPackageListCommand.kt @@ -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() }