Skip to content

Commit

Permalink
Update console (#2532)
Browse files Browse the repository at this point in the history
  • Loading branch information
foesa-yang authored Feb 2, 2023
1 parent 3d6ec02 commit c46ff26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs-2.0/nebula-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Nebula Console 的获取方式如下:
| `-P/-port` | 设置要连接的 Graph 服务的端口。默认端口为 9669。|
| `-u/-user` | 设置 NebulaGraph 账号的用户名。未启用身份认证时,可以使用任意已存在的用户名(默认为`root`)。 |
| `-p/-password` | 设置用户名对应的密码。未启用身份认证时,密码可以填写任意字符。 |
| `-t/-timeout` | 设置整数类型的连接超时时间。单位为秒,默认值为 120。 |
| `-t/-timeout` | 设置整数类型的连接超时时间。单位为毫秒,默认值为 120。 |
| `-e/-eval` | 设置字符串类型的 nGQL 语句。连接成功后会执行一次该语句并返回结果,然后自动断开连接。 |
| `-f/-file` | 设置存储 nGQL 语句的文件的路径。连接成功后会执行该文件内的 nGQL 语句并返回结果,执行完毕后自动断开连接。 |
| `-enable_ssl` | 连接 NebulaGraph 时使用 SSL 加密。 |
Expand Down
2 changes: 1 addition & 1 deletion docs-2.0/reuse/source_connect-to-nebula-graph.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ NebulaGraph 支持多种类型的客户端,包括命令行客户端、可视
| `-P/-port` | 设置要连接的 Graph 服务的端口。默认端口为 9669。|
| `-u/-user` | 设置 NebulaGraph 账号的用户名。未启用身份认证时,可以使用任意已存在的用户名(默认为`root`)。 |
| `-p/-password` | 设置用户名对应的密码。未启用身份认证时,密码可以填写任意字符。 |
| `-t/-timeout` | 设置整数类型的连接超时时间。单位为秒,默认值为 120。 |
| `-t/-timeout` | 设置整数类型的连接超时时间。单位为毫秒,默认值为 120。 |
| `-e/-eval` | 设置字符串类型的 nGQL 语句。连接成功后会执行一次该语句并返回结果,然后自动断开连接。 |
| `-f/-file` | 设置存储 nGQL 语句的文件的路径。连接成功后会执行该文件内的 nGQL 语句并返回结果,执行完毕后自动断开连接。 |
| `-enable_ssl` | 连接 NebulaGraph 时使用 SSL 加密。 |
Expand Down

0 comments on commit c46ff26

Please sign in to comment.