update-notifier: no_check_screen should default to False
This commit is contained in:
parent
c98d6244c9
commit
595e1066bc
2 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@ diff -ru source.orig/update-manager source/update-manager
|
|||
dest="no_update", default=False,
|
||||
help=_("Do not check for updates when starting"))
|
||||
+ parser.add_option ("--no-check-screen", action="store_true",
|
||||
+ dest="no_check_screen", default=True,
|
||||
+ dest="no_check_screen", default=False,
|
||||
+ help=_("Don't show screen preventing unwanted connections to the Internet"))
|
||||
parser.add_option ("", "--debug", action="store_true", default=False,
|
||||
help=_("Show debug messages"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue