JAMES-2374 reverse {Add,Remove}AddressMapping argument order in doc to match 
implementation


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/308050d4
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/308050d4
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/308050d4

Branch: refs/heads/master
Commit: 308050d4f280f5200b8318da7345edf71a80dc21
Parents: ff1ff88
Author: Matthieu Baechler <[email protected]>
Authored: Tue Apr 24 16:09:50 2018 +0200
Committer: benwa <[email protected]>
Committed: Fri Apr 27 14:25:58 2018 +0700

----------------------------------------------------------------------
 src/site/markdown/server/manage-cli.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/308050d4/src/site/markdown/server/manage-cli.md
----------------------------------------------------------------------
diff --git a/src/site/markdown/server/manage-cli.md 
b/src/site/markdown/server/manage-cli.md
index fcb318f..ebfa1db 100644
--- a/src/site/markdown/server/manage-cli.md
+++ b/src/site/markdown/server/manage-cli.md
@@ -161,11 +161,11 @@ A mapping is a recipient rewritting rule. There is 
several kind of rewritting ru
  - address mapping: rewrite a given mail address into an other one.
  - regex mapping.
 
-You can manage address mapping like (redirects email from [email protected] to 
[email protected], then deletes the mapping):
+You can manage address mapping like (redirects email from 
[email protected] to [email protected], then deletes the mapping):
 
 ```
-{cli} AddAddressMapping redirected domain.new [email protected]
-{cli} RemoveAddressMapping redirected domain.new [email protected]
+{cli} AddAddressMapping fromUser fromDomain.tld [email protected]
+{cli} RemoveAddressMapping fromUser fromDomain.tld [email protected]
 ```
 
 You can manage regex mapping like this:


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to