From 533cb094e00bbfc337af4b8974089cf3b2214dc3 Mon Sep 17 00:00:00 2001 From: brevalferrari Date: Tue, 16 Sep 2025 00:11:35 +0200 Subject: [PATCH] Typo Onput -> Output --- bong/src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }