GEODE-3272 Doc update: .gfsh.history goes into .geode dir

Doing this single word correction as a Commit-Then-Review
change.  The gfsh history command reference page had the correct
directory name, but the subsection titled Configuring the gfsh
Environment also states the directory name and it had the
old, incorrect name.


Project: http://git-wip-us.apache.org/repos/asf/geode/repo
Commit: http://git-wip-us.apache.org/repos/asf/geode/commit/e2f79e5d
Tree: http://git-wip-us.apache.org/repos/asf/geode/tree/e2f79e5d
Diff: http://git-wip-us.apache.org/repos/asf/geode/diff/e2f79e5d

Branch: refs/heads/feature/GEM-1483
Commit: e2f79e5d47faedc708c3c07038a84b01759558eb
Parents: b673ff9
Author: Karen Miller <kmil...@pivotal.io>
Authored: Wed Jul 19 14:02:15 2017 -0700
Committer: Karen Miller <kmil...@pivotal.io>
Committed: Wed Jul 19 14:02:15 2017 -0700

----------------------------------------------------------------------
 geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/geode/blob/e2f79e5d/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb
----------------------------------------------------------------------
diff --git a/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb 
b/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb
index 6000610..e48cfda 100644
--- a/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb
+++ b/geode-docs/tools_modules/gfsh/configuring_gfsh.html.md.erb
@@ -78,7 +78,7 @@ export JAVA_ARGS="-Dgfsh.log-level=info 
-Dgfsh.log-dir=/machinename/logs"
 
 Then, start `gfsh`.
 
-In addition, `gfsh` records a history of commands in the 
`${SYS_USER_HOME}/.gemfire/.gfsh.history` file, which you can use to create 
scripts or review past commands.
+In addition, `gfsh` records a history of commands in the 
`${SYS_USER_HOME}/.geode/.gfsh.history` file, which you can use to create 
scripts or review past commands.
 
 ## Member Log Files
 

Reply via email to