Add missing period

This commit is contained in:
João Marcos Bezerra 2021-11-11 11:32:36 -03:00 committed by GitHub
parent 6d393b3c97
commit 6147d13259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ use clap::{Parser, ValueHint};
// Command line options // Command line options
/// A command-line utility for easily compressing and decompressing files and directories. /// 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 /// Repository: https://github.com/ouch-org/ouch
#[derive(Parser, Debug)] #[derive(Parser, Debug)]