fix: Fix typo (#300)

This commit is contained in:
SandaruKasa 2023-11-26 01:47:13 +03:00 committed by GitHub
parent 3afa590616
commit 9d96bb7b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -51,7 +51,7 @@ internal object ListPatchesCommand : Runnable {
@Option( @Option(
names = ["-i", "--index"], 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 showDefaultValue = ALWAYS
) )
private var withIndex: Boolean = true private var withIndex: Boolean = true