Skip to content

Commit

Permalink
Merge pull request #252 from jcgruenhage/fix-zsh-completions
Browse files Browse the repository at this point in the history
fix: remove single quotes from clap doc comments
  • Loading branch information
marcospb19 authored Feb 14, 2022
2 parents 20e2044 + abca371 commit bf8c72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ pub fn run(
let output_file = fs::File::create(&output_path)?;

if !represents_several_files(&files) {
// It's possible the file is already partially compressed so we don't want to compress it again
// It is possible the file is already partially compressed so we don't want to compress it again
// `ouch compress file.tar.gz file.tar.gz.xz` should produce `file.tar.gz.xz` and not `file.tar.gz.tar.gz.xz`
let input_extensions = extension::extensions_from_path(&files[0]);

Expand Down

0 comments on commit bf8c72d

Please sign in to comment.