Skip to content

Commit

Permalink
fix: Fix typo (#300)
Browse files Browse the repository at this point in the history
  • Loading branch information
SandaruKasa committed Nov 25, 2023
1 parent 3afa590 commit 9d96bb7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9d96bb7

Please sign in to comment.