From cdec60da2b027b41fa0f80bb778e580b42a5ae80 Mon Sep 17 00:00:00 2001 From: Martin Heuschober Date: Sat, 14 Oct 2023 14:12:19 +0100 Subject: [PATCH] Better help text for --only-tags Co-authored-by: Nick Groenen --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 5f5b59c..d1728b7 100644 --- a/src/main.rs +++ b/src/main.rs @@ -42,7 +42,7 @@ struct Opts { #[options(no_short, help = "Exclude files with this tag from the export")] skip_tags: Vec, - #[options(no_short, help = "Only include files with this tag in the export")] + #[options(no_short, help = "Export only files with this tag")] only_tags: Vec, #[options(