Better help text for --only-tags

Co-authored-by: Nick Groenen <nick@groenen.me>
This commit is contained in:
Martin Heuschober 2023-10-14 14:12:19 +01:00 committed by GitHub
parent 71aeef7c64
commit cdec60da2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ struct Opts {
#[options(no_short, help = "Exclude files with this tag from the export")]
skip_tags: Vec<String>,
#[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<String>,
#[options(