From c6290cd19d3590752b9caaf21f891b7338917abe Mon Sep 17 00:00:00 2001 From: Joerg Behrmann Date: Fri, 9 Jun 2023 09:54:09 +0200 Subject: [PATCH] docs: remove unused --config option --- mkosi.md | 24 ------------------------ 1 file changed, 24 deletions(-) diff --git a/mkosi.md b/mkosi.md index 558691412..33959574d 100644 --- a/mkosi.md +++ b/mkosi.md @@ -151,18 +151,6 @@ Those settings cannot be configured in the configuration files. option is an effective way to build a project located in a specific directory. -`--config=` - -: Loads additional settings from the specified settings file. Most - command line options may also be configured in a settings file. See - the table below to see which command line options match which - settings file option. If this option is not used, but a file - `mkosi.conf` is found in the local directory it is automatically - used for this purpose. If a setting is configured both on the - command line and in the settings file, the command line generally - wins, except for options taking lists in which case both lists are - combined. - `--debug=` : Enable additional debugging output. @@ -1065,18 +1053,6 @@ Those settings cannot be configured in the configuration files. option is an effective way to build a project located in a specific directory. -`--config=` - -: Loads additional settings from the specified settings file. Most - command line options may also be configured in a settings file. See - the table below to see which command line options match which - settings file option. If this option is not used, but a file - `mkosi.conf` is found in the local directory it is automatically - used for this purpose. If a setting is configured both on the - command line and in the settings file, the command line generally - wins, except for options taking lists in which case both lists are - combined. - `--incremental`, `-i` : Enable incremental build mode. This only applies if the two-phase -- 2.47.2