help text for generate --quick

This commit is contained in:
Nick Pegg 2025-05-01 07:52:58 -07:00
parent cf02721622
commit be63b2fc77

View file

@ -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,
}, },