Skip to content

Commit 832767f

Browse files
authored
Wrong cli command in example, simple fix (hestiacp#4171)
* Update cli.md * Update v-add-mail-domain-webmail
1 parent 3ee5367 commit 832767f

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

bin/v-add-mail-domain-webmail

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
# info: add webmail support for a domain
33
# options: USER DOMAIN [WEBMAIL] [RESTART] [QUIET]
44
#
5-
# example: v-add-sys-webmail user domain.com
6-
# example: v-add-sys-webmail user domain.com snappymail
7-
# example: v-add-sys-webmail user domain.com roundcube
5+
# example: v-add-mail-domain-webmail user domain.com
6+
# example: v-add-mail-domain-webmail user domain.com snappymail
7+
# example: v-add-mail-domain-webmail user domain.com roundcube
88
#
99
# This function enables webmail client for a mail domain.
1010

docs/docs/reference/cli.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -630,9 +630,9 @@ add webmail support for a domain
630630
**Examples**:
631631

632632
```bash
633-
v-add-sys-webmail user domain.com
634-
example: v-add-sys-webmail user domain.com snappymail
635-
example: v-add-sys-webmail user domain.com roundcube
633+
v-add-mail-domain-webmail user domain.com
634+
example: v-add-mail-domain-webmail user domain.com snappymail
635+
example: v-add-mail-domain-webmail user domain.com roundcube
636636
```
637637

638638
This function enables webmail client for a mail domain.

0 commit comments

Comments
 (0)