diff options
author | faxe1008 <fabianblatz@gmail.com> | 2021-11-13 15:05:53 +0100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2021-11-14 22:42:52 +0100 |
commit | 06cb526feb8e643970ddf4b11f2cc077009d090e (patch) | |
tree | 61195f0616b212d4782e9faf42f93ba049bf695c /Base/usr/share/man/man1/config.md | |
parent | 292398b5857d0104f7c33fdb5d79f45fe8b395dd (diff) | |
download | serenity-06cb526feb8e643970ddf4b11f2cc077009d090e.zip |
config: Add option to remove config key
Diffstat (limited to 'Base/usr/share/man/man1/config.md')
-rw-r--r-- | Base/usr/share/man/man1/config.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Base/usr/share/man/man1/config.md b/Base/usr/share/man/man1/config.md index 7ff2729ae6..4386d6b714 100644 --- a/Base/usr/share/man/man1/config.md +++ b/Base/usr/share/man/man1/config.md @@ -5,7 +5,7 @@ config ## Synopsis ```sh -$ config <domain> <group> <key> [value] +$ config [--remove] <domain> <group> <key> [value] ``` ## Description @@ -16,6 +16,7 @@ Show or modify values in the configuration files through ConfigServer. * `--help`: Display help message and exit * `--version`: Print version +* `-r`, `--remove`: Remove key ## Arguments: |