Skip to content

Commit

Permalink
chore(helper-cli): Consistently name the help parameter explicitly
Browse files Browse the repository at this point in the history
This helps with an upcoming refactoring.

Signed-off-by: Sebastian Schuberth <sebastian@doubleopen.org>
  • Loading branch information
sschuberth committed Sep 16, 2024
1 parent 0b24c91 commit a577470
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ import org.ossreviewtoolkit.utils.ort.ORT_CONFIG_FILENAME
import org.ossreviewtoolkit.utils.ort.ortConfigDirectory

internal class CreateAnalyzerResultFromPackageListCommand : CliktCommand(
"A command which turns a package list file into an analyzer result."
help = "A command which turns a package list file into an analyzer result."
) {
private val packageListFile by option(
"--package-list-file", "-i",
Expand Down

0 comments on commit a577470

Please sign in to comment.