Skip to content

Commit

Permalink
Merge pull request #34 from CrazyShipOne/add_connect_args_desc
Browse files Browse the repository at this point in the history
Add parameter description for connect command
  • Loading branch information
nameczz authored Jul 25, 2023
2 parents 5be0a05 + 975963f commit f58cade
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions doc/en/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,10 @@ connect [-h (text)] [-p (int)] [-a (text)] [-D]
| :----- | :----------- | :---------------------------------------------------------------------------------------------------------- |
| -h | --host | (Optional) The host name. The default is "127.0.0.1". |
| -p | --port | (Optional) The port number. The default is "19530". |
| -u | --username | (Optional) The username. The default is "None". |
| -pwd | --password | (Optional) The password. The default is "None". |
| -a | --alias | (Optional) The alias name of the Milvus link. The default is "default". |
| -s | --secure | (Optional)Connect with SSL. The default is "False". |
| -D | --disconnect | (Optional) Flag to disconnect from the Milvus server specified by an alias. The default alias is "default". |
| --help | n/a | Displays help for using the command. |
Expand Down
3 changes: 3 additions & 0 deletions doc/zh-CN/cli_commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,10 @@ connect [-h (text)] [-p (int)] [-a (text)] [-D]
| :----- | :----------- | :---------------------------------------------------------------------- |
| -h | --host | (可选) 主机名。默认是 "127.0.0.1"|
| -p | --port | (可选) 端口号。默认是"19530"|
| -u | --username | (可选) 用户名。默认是"None"|
| -pwd | --password | (可选) 密码。默认是"None"|
| -a | --alias | (可选)Milvus 链接的别名。默认是"default"|
| -s | --secure | (可选)使用SSL。默认是"False"|
| -D | --disconnect | (可选)从别名指定的 Milvus 服务器断开连接的开关。默认别名为"default"|
| --help | n/a | 显示用法信息。 |
Expand Down

0 comments on commit f58cade

Please sign in to comment.