From cd84161b28f60d90215e6ab309d616f7d2685e1b Mon Sep 17 00:00:00 2001 From: figsoda Date: Tue, 2 Nov 2021 18:51:16 -0400 Subject: [PATCH] fix typo --- src/opts.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/opts.rs b/src/opts.rs index f8891e784..421a97b9a 100644 --- a/src/opts.rs +++ b/src/opts.rs @@ -39,7 +39,7 @@ pub enum Subcommand { #[clap(required = true, min_values = 1)] files: Vec, - /// 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, },