fix: Log correct options command (#262)

This commit is contained in:
Sharun
2023-09-12 13:15:21 -04:00
committed by GitHub
parent dfd535c201
commit 96c196dcb1

View File

@ -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")
}