You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@james.apache.org by bt...@apache.org on 2021/04/22 00:00:41 UTC

[james-project] branch master updated: JAMES-3255 fix a typo

This is an automated email from the ASF dual-hosted git repository.

btellier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/james-project.git


The following commit(s) were added to refs/heads/master by this push:
     new 57ac57c  JAMES-3255 fix a typo
57ac57c is described below

commit 57ac57c54134569465069b55d61baf0273ae8e48
Author: Benoit Tellier <bt...@linagora.com>
AuthorDate: Wed Apr 21 17:42:51 2021 +0700

    JAMES-3255 fix a typo
---
 docs/modules/servers/pages/15-minute-demo.adoc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/modules/servers/pages/15-minute-demo.adoc b/docs/modules/servers/pages/15-minute-demo.adoc
index 0c0e7f5..d40ed83 100644
--- a/docs/modules/servers/pages/15-minute-demo.adoc
+++ b/docs/modules/servers/pages/15-minute-demo.adoc
@@ -71,7 +71,7 @@ List all the current users:
 
 [source,bash]
 ----
-docker exec james james-clivv listUsers
+docker exec james james-cli listUsers
 ----
 
 You should see users ``user01@james.local``, ``user02@james.local``, and ``user03@james.local``.
@@ -87,14 +87,14 @@ List the domains again to ensure that "test.local" has successfully been added:
 
 [source,bash]
 ----
-docker exec james james-clivv listDomains
+docker exec james james-cli listDomains
 ----
 
 Add the user "testuser" to the "test.local" domain with password "password":
 
 [source,bash]
 ----
-docker exec james james-cliv addUser testuser@test.local password
+docker exec james james-cli addUser testuser@test.local password
 ----
 
 You should now see your newly created user:

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@james.apache.org
For additional commands, e-mail: notifications-help@james.apache.org