diff --git a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt index 00265405..33b83607 100644 --- a/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/PatchCommand.kt @@ -156,7 +156,6 @@ internal object PatchCommand : Callable { private class Installation { @CommandLine.Option( names = ["-i", "--install"], - required = true, description = ["Serial of the ADB device to install to. If not specified, the first connected device will be used."], fallbackValue = "", arity = "0..1",