parser=OptionParser(conflict_handler="resolve",version="sopds-scan.py. Version 0.16",add_help_option=True,usage='sopds-scan.py [options]',description='sopds-scan.py: Simple OPDS Scanner - programm for scan your e-books directory and store data to MYSQL database.')
parser=OptionParser(conflict_handler="resolve",version="sopds-scan.py. Version 0.17",add_help_option=True,usage='sopds-scan.py [options]',description='sopds-scan.py: Simple OPDS Scanner - programm for scan your e-books directory and store data to MYSQL database.')
parser.add_option('-s','--scan','--scanfull',action='store_true',dest='scanfull',default=True,help='Full rescan all stored files.')
parser.add_option('-l','--scanlast',action='store_false',dest='scanfull',default=True,help='Scan files from date after last scan.')