Merge pull request #153 from figsoda/typo

Fix zsh shell completions
This commit is contained in:
João Marcos Bezerra 2021-11-03 13:15:40 -03:00 committed by GitHub
commit 2af0464ed3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,7 +39,7 @@ pub enum Subcommand {
#[clap(required = true, min_values = 1)]
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)]
output: PathBuf,
},