diff --git a/bong/src/cli.rs b/bong/src/cli.rs index 5d311da..e639f06 100644 --- a/bong/src/cli.rs +++ b/bong/src/cli.rs @@ -22,7 +22,7 @@ pub(crate) struct Cli { // pub(crate) commands: Vec, #[command(subcommand)] pub(crate) output_format: OutputFormat, - /// Onput file or standard output ("-"). + /// Output file or standard output ("-"). pub(crate) output: FileOrStd, }