This is an automated email from the ASF dual-hosted git repository.
kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git
The following commit(s) were added to refs/heads/develop by this push:
new 41508f1 GEODE-5432 COMMIT THEN REVIEW Docs typo correction
41508f1 is described below
commit 41508f1face7d3084015bc589c232ff88cfafcb6
Author: Karen Miller <[email protected]>
AuthorDate: Fri Jul 13 14:01:21 2018 -0700
GEODE-5432 COMMIT THEN REVIEW Docs typo correction
Corrected a gfsh connect example. The '--locators' option
should be '--locator.'
---
geode-docs/tools_modules/gfsh/os_command_line_execution.html.md.erb | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/geode-docs/tools_modules/gfsh/os_command_line_execution.html.md.erb
b/geode-docs/tools_modules/gfsh/os_command_line_execution.html.md.erb
index c3ac2d0..a955cf8 100644
--- a/geode-docs/tools_modules/gfsh/os_command_line_execution.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/os_command_line_execution.html.md.erb
@@ -43,7 +43,7 @@ prompt>gfsh -e "start locator --name=locator1" -e "start
server --name=server1"
prompt>gfsh -e "start jconsole"
-prompt>gfsh -e "connect --locators=remotehost[10334]" -e "rebalance" -e "gc"
+prompt>gfsh -e "connect --locator=remotehost[10334]" -e "rebalance" -e "gc"
```