diff options
Diffstat (limited to 'src/poezio.py')
-rw-r--r-- | src/poezio.py | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/poezio.py b/src/poezio.py index 1a5a257e..7a83f510 100644 --- a/src/poezio.py +++ b/src/poezio.py @@ -59,6 +59,10 @@ def main(): from config import options + if options.check_config: + config.check_config() + sys.exit(0) + import theming theming.update_themes_dir() |