parent
e3aae45a6f
commit
d32f30ac48
2 changed files with 5 additions and 0 deletions
|
|
@ -312,6 +312,10 @@ def create_parser():
|
|||
'-U', '--update',
|
||||
action='store_true', dest='update_self',
|
||||
help='Update this program to latest version')
|
||||
general.add_option(
|
||||
'--no-update',
|
||||
action='store_false', dest='update_self',
|
||||
help='Do not update (default)')
|
||||
general.add_option(
|
||||
'-i', '--ignore-errors',
|
||||
action='store_true', dest='ignoreerrors',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue