Onput -> Output
This commit is contained in:
brevalferrari 2025-09-16 00:11:35 +02:00
parent c7f537f4f1
commit 533cb094e0
Signed by: breval
GPG key ID: 913954DA013FAD4F

View file

@ -22,7 +22,7 @@ pub(crate) struct Cli {
// pub(crate) commands: Vec<Command>,
#[command(subcommand)]
pub(crate) output_format: OutputFormat,
/// Onput file or standard output ("-").
/// Output file or standard output ("-").
pub(crate) output: FileOrStd<Stdout>,
}