Drop --relaxed-config
This commit is contained in:
parent
8e000dfe54
commit
6af879887f
@ -39,7 +39,7 @@ Breaking changes
|
||||
v0.9.0) is now not supported anymore.
|
||||
- Upgrading qutebrowser with a version older than v0.4.0 still running now won't
|
||||
work properly anymore.
|
||||
- The `--harfbuzz` commandline argument got dropped.
|
||||
- The `--harfbuzz` and `--relaxed-config` commandline arguments got dropped.
|
||||
|
||||
Major changes
|
||||
~~~~~~~~~~~~~
|
||||
|
@ -84,9 +84,6 @@ show it.
|
||||
*--force-color*::
|
||||
Force colored logging
|
||||
|
||||
*--relaxed-config*::
|
||||
Silently remove unknown config options.
|
||||
|
||||
*--nowindow*::
|
||||
Don't show the main window.
|
||||
|
||||
|
@ -95,8 +95,6 @@ def get_argparser():
|
||||
action='store_false', dest='color')
|
||||
debug.add_argument('--force-color', help="Force colored logging",
|
||||
action='store_true')
|
||||
debug.add_argument('--relaxed-config', action='store_true',
|
||||
help="Silently remove unknown config options.")
|
||||
debug.add_argument('--nowindow', action='store_true', help="Don't show "
|
||||
"the main window.")
|
||||
debug.add_argument('--temp-basedir', action='store_true', help="Use a "
|
||||
|
Loading…
Reference in New Issue
Block a user