Skip to content

Commit 9d96bb7

Browse files
authored
fix: Fix typo (ReVanced#300)
1 parent 3afa590 commit 9d96bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/kotlin/app/revanced/cli/command/ListPatchesCommand.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal object ListPatchesCommand : Runnable {
5151

5252
@Option(
5353
names = ["-i", "--index"],
54-
description = ["List the index of of each patch in relation to the supplied patch bundles."],
54+
description = ["List the index of each patch in relation to the supplied patch bundles."],
5555
showDefaultValue = ALWAYS
5656
)
5757
private var withIndex: Boolean = true

0 commit comments

Comments
 (0)