Skip to content

Commit 8210351

Browse files
committed
fix: Add missing punctuation in command description
1 parent 8beceba commit 8210351

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/cli/command/utility/UtilityCommand.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import picocli.CommandLine
44

55
@CommandLine.Command(
66
name = "utility",
7-
description = ["Commands for utility purposes"],
7+
description = ["Commands for utility purposes."],
88
subcommands = [InstallCommand::class, UninstallCommand::class],
99
)
1010
internal object UtilityCommand

0 commit comments

Comments
 (0)