HTHou commented on a change in pull request #1725:
URL: https://github.com/apache/iotdb/pull/1725#discussion_r529130614



##########
File path: docs/Development/ContributeGuide.md
##########
@@ -102,7 +102,7 @@ You can go to jira to pick up the existing issue or create 
your own issue and ge
 Recommended Use Intellij idea. ```mvn clean package -DskipTests``` After 
putting ```antlr/target/generated-sources/antlr4``` and 
```thrift/target/generated-sources/thrift``` marked as ```Source Root```。 
 
 * Server main 
function:```server/src/main/java/org/apache/iotdb/db/service/IoTDB```,Can be 
started in debug mode
-* Client:```client/src/main/java/org/apache/iotdb/client/```,Use Clinet for 
linux and WinClint for windows, you can start directly, need the parameter "-h 
127.0.0.1 -p 6667 -u root -pw root"
+* Client:```cli/src/main/java/org/apache/iotdb/cli/```,Use Client for linux 
and WinClint for windows, you can start directly, need the parameter "-h 
127.0.0.1 -p 6667 -u root -pw root"

Review comment:
       ```suggestion
   * Client:```cli/src/main/java/org/apache/iotdb/cli/```,Use Cli for linux and 
WinCli for windows, you can start directly, need the parameter "-h 127.0.0.1 -p 
6667 -u root -pw root"
   ```




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to