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 {},
|
Init {},
|
||||||
/// Generates a photo album
|
/// Generates a photo album
|
||||||
Generate {
|
Generate {
|
||||||
|
/// Don't re-generate things that already exist (thumbnails, etc.)
|
||||||
#[arg(long)]
|
#[arg(long)]
|
||||||
quick: bool,
|
quick: bool,
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Reference in a new issue