diff options
author | thankyouverycool <66646555+thankyouverycool@users.noreply.github.com> | 2022-09-23 09:54:06 -0400 |
---|---|---|
committer | Ali Mohammad Pur <Ali.mpfard@gmail.com> | 2022-10-01 13:39:10 +0330 |
commit | be3cc756fcffd94badf37c9f8fba603776a746ac (patch) | |
tree | 7abd4f576e544795024610b03a1913e39e74b5bb /Base | |
parent | c34f2e75e974dcb0933470753795aba50e50e662 (diff) | |
download | serenity-be3cc756fcffd94badf37c9f8fba603776a746ac.zip |
config: Enable adding and removing groups
Diffstat (limited to 'Base')
-rw-r--r-- | Base/usr/share/man/man1/config.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Base/usr/share/man/man1/config.md b/Base/usr/share/man/man1/config.md index ed24379ba9..7917e79c0c 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 [--remove] <domain> <group> <key> [value] +$ config [--remove] <domain> <group> [key] [value] ``` ## Description @@ -14,7 +14,7 @@ Show or modify values in the configuration files through ConfigServer. ## Options: -* `-r`, `--remove`: Remove key +* `-r`, `--remove`: Remove group or key ## Arguments: |