From a2f2ed6cc1b56d3ea8c3e436b36dc232a6abe581 Mon Sep 17 00:00:00 2001 From: Ollivier Robert Date: Mon, 19 Feb 2024 11:32:37 +0100 Subject: [PATCH] Add descriptions for --help. --- src/bin/main.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/bin/main.rs b/src/bin/main.rs index 5cff5d0..42f6a46 100644 --- a/src/bin/main.rs +++ b/src/bin/main.rs @@ -41,8 +41,10 @@ enum Command { }, /// Convert a file to a different format Convert { + /// Output in a single file #[structopt(short, long)] single_file: bool, + /// Enable Zstd compression #[structopt(short, long)] zstd: bool, #[structopt(parse(from_os_str))]