summaryrefslogtreecommitdiff
path: root/Base
diff options
context:
space:
mode:
authorthankyouverycool <66646555+thankyouverycool@users.noreply.github.com>2022-09-23 09:54:06 -0400
committerAli Mohammad Pur <Ali.mpfard@gmail.com>2022-10-01 13:39:10 +0330
commitbe3cc756fcffd94badf37c9f8fba603776a746ac (patch)
tree7abd4f576e544795024610b03a1913e39e74b5bb /Base
parentc34f2e75e974dcb0933470753795aba50e50e662 (diff)
downloadserenity-be3cc756fcffd94badf37c9f8fba603776a746ac.zip
config: Enable adding and removing groups
Diffstat (limited to 'Base')
-rw-r--r--Base/usr/share/man/man1/config.md4
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: