diff --git a/src/main/kotlin/app/revanced/cli/command/OptionsCommand.kt b/src/main/kotlin/app/revanced/cli/command/OptionsCommand.kt index 863f8d7..f81c273 100644 --- a/src/main/kotlin/app/revanced/cli/command/OptionsCommand.kt +++ b/src/main/kotlin/app/revanced/cli/command/OptionsCommand.kt @@ -42,5 +42,5 @@ internal object OptionsCommand : Runnable { Options.serialize(this, prettyPrint = true).let(filePath::writeText) } - else logger.severe("Options file already exists, use --override to override it") + else logger.severe("Options file already exists, use --overwrite to override it") } \ No newline at end of file