GEODE-2103 Revise http-service-port defn per review
Project: http://git-wip-us.apache.org/repos/asf/geode/repo Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/a43a9e5c Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/a43a9e5c Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/a43a9e5c Branch: refs/heads/feature/GEODE-2681 Commit: a43a9e5cc166c027934495bd401a5738959d125e Parents: 52fad33 Author: Karen Miller <[email protected]> Authored: Wed Apr 19 13:45:28 2017 -0700 Committer: Ken Howe <[email protected]> Committed: Thu Apr 20 15:13:17 2017 -0700 ---------------------------------------------------------------------- geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/geode/blob/a43a9e5c/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb ---------------------------------------------------------------------- diff --git a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb index 60ba254..4cdab79 100644 --- a/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb +++ b/geode-docs/tools_modules/gfsh/command-pages/start.html.md.erb @@ -401,7 +401,7 @@ See <a href="../../../configuring/cluster_config/gfsh_persist.html">Overview of </tr> <tr class="even"> <td><span class="keyword parmname">\-\-http-service-port</span></td> -<td>Specifies the port on which the HTTP service will listen.</td> +<td>Specifies the HTTP service port.</td> <td>7070</td> </tr> <tr class="even"> @@ -768,7 +768,7 @@ See <a href="../../../configuring/cluster_config/gfsh_persist.html">Overview of </tr> <tr class="even"> <td><span class="keyword parmname">\-\-http-service-port</span></td> -<td>Specifies the port on which the HTTP service will listen.</td> +<td>Specifies the HTTP service port.</td> <td>7070</td> </tr> <tr class="even">
