Skip to content

Commit f1fc49a

Browse files
committed
Merge branch 'morpheus' into 'master'
* morpheus: DOC-11364 Fix typo in examples Change-Id: Ifdf308fca034302c8918b317fe02a2fb501ca8c4
2 parents 54447f0 + 63a3388 commit f1fc49a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/modules/cli/pages/cbcli/couchbase-cli-setting-notification.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,12 @@ include::{partialsdir}/cbcli/part-certificate-authentication.adoc[]
4747

4848
To enable notifications on a Couchbase cluster run the following command\&.
4949

50-
$ couchbase-cli setting-notifications -c 192.168.1.5 -u Administrator \
50+
$ couchbase-cli setting-notification -c 192.168.1.5 -u Administrator \
5151
-p password --enable-notification 1
5252

5353
To disable notifications run the following command.
5454

55-
$ couchbase-cli setting-notifications -c 192.168.1.5 -u Administrator \
55+
$ couchbase-cli setting-notification -c 192.168.1.5 -u Administrator \
5656
-p password --enable-notification 0
5757

5858
== DISCUSSION

0 commit comments

Comments
 (0)