mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-01-03 19:04:37 +01:00
...
This commit is contained in:
parent
3c3dcce5b2
commit
b04b125f34
1 changed files with 1 additions and 1 deletions
|
|
@ -36,7 +36,7 @@ def option_parser():
|
|||
parser.add_option('--start-in-tray', default=False, action='store_true',
|
||||
help=_('Start minimized to system tray.'))
|
||||
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',
|
||||
help=_('Do not check for updates'))
|
||||
parser.add_option('--ignore-plugins', default=False, action='store_true',
|
||||
|
|
|
|||
Loading…
Reference in a new issue