Repository: activemq-artemis Updated Branches: refs/heads/master 1f3d189dc -> 2729bd613
ARTEMIS-323 doc fix for artemis command Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/96802ed1 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/96802ed1 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/96802ed1 Branch: refs/heads/master Commit: 96802ed1d440d6d96ff6c73b5edfd353482ef8e7 Parents: 1f3d189 Author: jbertram <[email protected]> Authored: Wed Dec 16 12:10:38 2015 -0600 Committer: jbertram <[email protected]> Committed: Wed Dec 16 12:10:57 2015 -0600 ---------------------------------------------------------------------- docs/user-manual/en/using-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/96802ed1/docs/user-manual/en/using-server.md ---------------------------------------------------------------------- diff --git a/docs/user-manual/en/using-server.md b/docs/user-manual/en/using-server.md index d12d1ab..c76255c 100644 --- a/docs/user-manual/en/using-server.md +++ b/docs/user-manual/en/using-server.md @@ -207,7 +207,7 @@ Please note that Apache ActiveMQ Artemis requires a Java 7 or later runtime to r By default the `etc/bootstrap.xml` configuration is used. The configuration can be changed e.g. by running -`./activemq run -- xml:path/to/bootstrap.xml` or another +`./artemis run -- xml:path/to/bootstrap.xml` or another config of your choosing. Environment variables are used to provide ease of changing ports, hosts and
