mirror of
https://github.com/ReVanced/revanced-cli.git
synced 2026-01-10 21:36:19 +00:00
fix: Log correct options command (#262)
This commit is contained in:
@@ -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")
|
||||
}
|
||||
Reference in New Issue
Block a user