mirror of
https://github.com/ouch-org/ouch.git
synced 2025-06-07 20:15:27 +00:00
fix typo
This commit is contained in:
parent
036afe668b
commit
cd84161b28
@ -39,7 +39,7 @@ pub enum Subcommand {
|
|||||||
#[clap(required = true, min_values = 1)]
|
#[clap(required = true, min_values = 1)]
|
||||||
files: Vec<PathBuf>,
|
files: Vec<PathBuf>,
|
||||||
|
|
||||||
/// The resulting file. It's extensions can be used to specify the compression formats.
|
/// The resulting file. Its extensions can be used to specify the compression formats.
|
||||||
#[clap(required = true, value_hint = ValueHint::FilePath)]
|
#[clap(required = true, value_hint = ValueHint::FilePath)]
|
||||||
output: PathBuf,
|
output: PathBuf,
|
||||||
},
|
},
|
||||||
|
Loading…
x
Reference in New Issue
Block a user