Update src/main.rs

Co-authored-by: Nick Groenen <nick@groenen.me>
This commit is contained in:
Max Schrader 2022-01-16 12:46:22 -06:00 committed by GitHub
parent 6752122f9b
commit b91639ad41
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ struct Opts {
#[options(
no_short,
long="frontmatter-export-filtering",
long="filter-by-frontmatter"
help="Exclude all files from export that do not have a matching YAML key set to true in the frontmatter",
default="false"
)]