refactor: fix typo

This commit is contained in:
SandaruKasa 2023-11-26 00:24:15 +03:00
parent 3afa590616
commit 54a984dd95
No known key found for this signature in database
GPG Key ID: F33E2EE578F57268

View File

@ -51,7 +51,7 @@ internal object ListPatchesCommand : Runnable {
@Option(
names = ["-i", "--index"],
description = ["List the index of of each patch in relation to the supplied patch bundles."],
description = ["List the index of each patch in relation to the supplied patch bundles."],
showDefaultValue = ALWAYS
)
private var withIndex: Boolean = true