diff --git a/src/opts.rs b/src/opts.rs index f6b8fc424..def47d942 100644 --- a/src/opts.rs +++ b/src/opts.rs @@ -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 {