This commit is contained in:
Kovid Goyal 2013-12-24 15:39:17 +05:30
parent 3c3dcce5b2
commit b04b125f34

View File

@ -36,7 +36,7 @@ path_to_ebook to the database.
parser.add_option('--start-in-tray', default=False, action='store_true', parser.add_option('--start-in-tray', default=False, action='store_true',
help=_('Start minimized to system tray.')) help=_('Start minimized to system tray.'))
parser.add_option('-v', '--verbose', default=0, action='count', parser.add_option('-v', '--verbose', default=0, action='count',
help=_('Log debugging information to console')) help=_('Ignored, do not use. Present only for legacy reasons'))
parser.add_option('--no-update-check', default=False, action='store_true', parser.add_option('--no-update-check', default=False, action='store_true',
help=_('Do not check for updates')) help=_('Do not check for updates'))
parser.add_option('--ignore-plugins', default=False, action='store_true', parser.add_option('--ignore-plugins', default=False, action='store_true',