@option("-f","--force",is_flag=True,help="Force the reprocessing of existing images")
@option("-a","--force-album",multiple=True,help="Force reprocessing of any album that matches the given pattern. Patterns containing no wildcards will be matched against only the album name. (-a 'My Pictures/* Pics' -a 'Festival')")
@option("-v","--verbose",is_flag=True,help="Show all messages")
@option(
"-d",
@ -106,7 +107,7 @@ def init(path):
@option("--title",help="Title of the gallery (overrides the title setting.")
@option("-n","--ncpu",help="Number of cpu to use (default: all)")