Repository: ignite Updated Branches: refs/heads/ignite-843 0c24bfc13 -> 4b054fa8b
ignite-1633 Fixed readme Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/4b054fa8 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/4b054fa8 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/4b054fa8 Branch: refs/heads/ignite-843 Commit: 4b054fa8bad3d6d1dad88a9323420fb55b114367 Parents: 0c24bfc Author: Andrey <[email protected]> Authored: Thu Oct 8 09:40:19 2015 +0700 Committer: Andrey <[email protected]> Committed: Thu Oct 8 09:40:19 2015 +0700 ---------------------------------------------------------------------- modules/control-center-agent/README.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/4b054fa8/modules/control-center-agent/README.txt ---------------------------------------------------------------------- diff --git a/modules/control-center-agent/README.txt b/modules/control-center-agent/README.txt index 2c90020..4c155b7 100644 --- a/modules/control-center-agent/README.txt +++ b/modules/control-center-agent/README.txt @@ -11,7 +11,7 @@ Two main functions of Ignite Web Agent: You may need to copy JDBC driver into "./jdbc-drivers" subfolder or specify path via "-d" option. Usage example: - ignite-control-center-agent.sh -t 1a2b3c4d5f -s wss://console.example.com + ignite-web-agent.sh -t 1a2b3c4d5f -s wss://console.example.com Test drive of Ignite Web Agent: In order to simplify evaluation two test drive modes were implemented:
