This is an automated email from the ASF dual-hosted git repository.

dope pushed a commit to branch fix_doc_error
in repository https://gitbox.apache.org/repos/asf/incubator-iotdb.git


The following commit(s) were added to refs/heads/fix_doc_error by this push:
     new 1947bca  Update Frequently asked questions.md
1947bca is described below

commit 1947bcaf7fc63d66b25c6424e1d4cecc0abb6843
Author: XuYi <[email protected]>
AuthorDate: Wed Mar 20 14:16:05 2019 +0800

    Update Frequently asked questions.md
---
 docs/Documentation/Frequently asked questions.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/Documentation/Frequently asked questions.md 
b/docs/Documentation/Frequently asked questions.md
index 1adcd04..5940bac 100644
--- a/docs/Documentation/Frequently asked questions.md  
+++ b/docs/Documentation/Frequently asked questions.md  
@@ -99,7 +99,7 @@ In the result, there will be a statement shows `Total 
timeseries number`, this n
 If you are using Linux, you can use the following shell command:
 
 ```
-> grep "0,root" IOTDB_HOMEW/data/system/schema/mlog.txt |  wc -l
+> grep "0,root" IOTDB_HOME/data/system/schema/mlog.txt |  wc -l
 >   6
 ```
 
@@ -139,4 +139,4 @@ The default IoTDB's CLI time display format is human 
readable (e.g. ```1970-01-0
 
 ```
 > sh /workspace/incubator-iotdb/iotdb-cli/cli/bin/start-client.sh -h 127.0.0.1 
 > -p 6667 -u root -pw root -disableIS08601
-```
\ No newline at end of file
+```

Reply via email to