Skip to content

Commit 5c53fcd

Browse files
(fix):error in parameter description
1 parent cf8d674 commit 5c53fcd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

content/cn/docs/clients/hugegraph-client.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ weight: 2
1313

1414
HugeGraph-Client 是操作 graph 的总入口,用户必须先创建出 HugeGraph-Client 对象,与 HugeGraph-Server 建立连接(伪连接)后,才能获取到 schema、graph 以及 gremlin 的操作入口对象。
1515

16-
目前 HugeGraph-Client 只允许连接服务端已存在的图,无法自定义图进行创建。同时,需注意1.7.0后,构建 HugeGraph-Client 必须指定 GraphSpace (如默认 "DEFAULT")。其创建方法如下:
16+
目前 HugeGraph-Client 只允许连接服务端已存在的图,无法自定义图进行创建。同时,需注意 1.7.0 后,构建 HugeGraph-Client 必须指定 GraphSpace(如默认 "DEFAULT")。其创建方法如下:
1717

1818
```java
1919
// HugeGraphServer 地址:"http://localhost:8080"

content/en/docs/quickstart/toolchain/hugegraph-loader.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ The import process is controlled by commands submitted by the user, and the user
831831
| `--check-vertex` | false | | Whether to check if the vertices connected by the edge exist when inserting the edge |
832832
| `--print-progress` | true | | Whether to print the number of imported items in real time on the console |
833833
| `--dry-run` | false | | Enable this mode to only parse data without importing; usually used for testing |
834-
| `--help` | false | | Print help information | |
834+
| `--help` | false | | Print help information |
835835

836836
##### 3.4.2 Breakpoint Continuation Mode
837837

0 commit comments

Comments
 (0)