Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 96c196d

Browse files
authored
fix: Log correct options command (ReVanced#262)
1 parent dfd535c commit 96c196d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ internal object OptionsCommand : Runnable {
4242

4343
Options.serialize(this, prettyPrint = true).let(filePath::writeText)
4444
}
45-
else logger.severe("Options file already exists, use --override to override it")
45+
else logger.severe("Options file already exists, use --overwrite to override it")
4646
}

0 commit comments

Comments
 (0)