Skip to content
This repository has been archived by the owner on Apr 15, 2024. It is now read-only.

Commit

Permalink
fix: Log correct options command (ReVanced#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
sharunkumar committed Sep 12, 2023
1 parent dfd535c commit 96c196d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/app/revanced/cli/command/OptionsCommand.kt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}

0 comments on commit 96c196d

Please sign in to comment.