javeme commented on code in PR #173: URL: https://github.com/apache/incubator-hugegraph-doc/pull/173#discussion_r1059774927
########## content/en/docs/quickstart/hugegraph-tools.md: ########## @@ -517,19 +517,19 @@ Usage: hugegraph [options] [command] [command options] ``` -##### 3.9 具体命令示例 +##### 3.9 Specific command example -###### 1. gremlin语句 +###### 1. gremlin statement ```bash -# 同步执行gremlin +# Execute gremlin synchronously ./bin/hugegraph --url http://127.0.0.1:8080 --graph hugegraph gremlin-execute --script 'g.V().count()' -# 异步执行gremlin +# Execute gremlin asynchronously ./bin/hugegraph --url http://127.0.0.1:8080 --graph hugegraph gremlin-schedule --script 'g.V().count()' ``` -###### 2. 查看task情况 +###### 2. View task status Review Comment: prefer “Show task status” -- 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. To unsubscribe, e-mail: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org