From 9d96bb7b4cc4538da416db50bd689af1a632fc45 Mon Sep 17 00:00:00 2001 From: SandaruKasa Date: Sun, 26 Nov 2023 01:47:13 +0300 Subject: [PATCH] fix: Fix typo (#300) --- src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt b/src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt index b9e11b08..5b50d1b1 100644 --- a/src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt @@ -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