Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Compare command #7104

Merged
merged 5 commits into from
Jun 8, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore(config-command): End help text with a dot
Align with all other similar code.

Signed-off-by: Sebastian Schuberth <[email protected]>
  • Loading branch information
sschuberth committed Jun 7, 2023
commit 63a994c94e9790cd122d6c3b0c674947acb560a4
2 changes: 1 addition & 1 deletion plugins/commands/config/src/main/kotlin/ConfigCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ import org.ossreviewtoolkit.utils.common.expandTilde

class ConfigCommand : OrtCommand(
name = "config",
help = "Show different ORT configurations"
help = "Show different ORT configurations."
) {
private val showDefault by option(
"--show-default",
Expand Down