From db62f1c53413f60171574f1b610b472d1a5b82d5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jo=C3=A3o=20M=2E=20Bezerra?= Date: Fri, 3 Feb 2023 01:26:50 -0300 Subject: [PATCH] `--help`: add `.sz` to list of supported formats --- src/cli/args.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/args.rs b/src/cli/args.rs index 6f31969..d310864 100644 --- a/src/cli/args.rs +++ b/src/cli/args.rs @@ -5,7 +5,7 @@ use clap::{Parser, ValueHint}; // Ouch command line options (docstrings below are part of --help) /// A command-line utility for easily compressing and decompressing files and directories. /// -/// Supported formats: tar, zip, bz/bz2, gz, lz4, xz/lzma, zst. +/// Supported formats: tar, zip, gz, xz/lzma, bz/bz2, lz4, sz, zst. /// /// Repository: https://github.com/ouch-org/ouch #[derive(Parser, Debug)] -- 2.11.4.GIT