Skip to content

Commit

Permalink
Merge pull request #191 from figsoda/github-link
Browse files Browse the repository at this point in the history
add link to github to help message
  • Loading branch information
marcospb19 authored Nov 11, 2021
2 parents 180f632 + 6147d13 commit f4979a5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ use clap::{Parser, ValueHint};
// Command line options
/// A command-line utility for easily compressing and decompressing files and directories.
///
/// Supported formats: tar, zip, bz/bz2, gz, lz4, xz/lz/lzma, zst
/// Supported formats: tar, zip, bz/bz2, gz, lz4, xz/lz/lzma, zst.
///
/// Repository: /~https://github.com/ouch-org/ouch
#[derive(Parser, Debug)]
#[clap(version)]
pub struct Opts {
Expand Down

0 comments on commit f4979a5

Please sign in to comment.