fix(OptionsCommand): update the logger message to show the correct flag

This commit is contained in:
Sharun 2023-09-12 13:09:10 -04:00 committed by GitHub
parent dfd535c201
commit f6feab2160
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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