mirror of
https://github.com/revanced/revanced-cli.git
synced 2024-11-19 01:59:25 +01:00
fix: Log correct options command (#262)
This commit is contained in:
parent
dfd535c201
commit
96c196dcb1
@ -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")
|
||||
}
|
Loading…
Reference in New Issue
Block a user