+ parser.add_option('-c', '--with-cover', action='store_true', dest='with_cover', default=False,
+ help='create default cover')
+ parser.add_option('-w', '--working-copy', action='store_true', dest='working_copy', default=False,
+ help='mark the output as a working copy')