Typo
Onput -> Output
This commit is contained in:
parent
c7f537f4f1
commit
533cb094e0
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@ pub(crate) struct Cli {
|
||||||
// pub(crate) commands: Vec<Command>,
|
// pub(crate) commands: Vec<Command>,
|
||||||
#[command(subcommand)]
|
#[command(subcommand)]
|
||||||
pub(crate) output_format: OutputFormat,
|
pub(crate) output_format: OutputFormat,
|
||||||
/// Onput file or standard output ("-").
|
/// Output file or standard output ("-").
|
||||||
pub(crate) output: FileOrStd<Stdout>,
|
pub(crate) output: FileOrStd<Stdout>,
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue