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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

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