help text for generate --quick
This commit is contained in:
parent
cf02721622
commit
be63b2fc77
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@ enum Commands {
|
|||
Init {},
|
||||
/// Generates a photo album
|
||||
Generate {
|
||||
/// Don't re-generate things that already exist (thumbnails, etc.)
|
||||
#[arg(long)]
|
||||
quick: bool,
|
||||
},
|
||||
|
|
Loading…
Add table
Reference in a new issue