doc: fix the syntax of the show vnodes command

This commit is contained in:
Xiaoyu Wang 2023-01-29 16:39:40 +08:00
parent 71ab33ff1f
commit 102ca2833e
2 changed files with 2 additions and 2 deletions

View File

@ -363,7 +363,7 @@ Shows information about all vgroups in the system or about the vgroups for a spe
## SHOW VNODES ## SHOW VNODES
```sql ```sql
SHOW VNODES [dnode_name]; SHOW VNODES {dnode_id | dnode_endpoint};
``` ```
Shows information about all vnodes in the system or about the vnodes for a specified dnode. Shows information about all vnodes in the system or about the vnodes for a specified dnode.

View File

@ -306,7 +306,7 @@ SHOW [db_name.]VGROUPS;
## SHOW VNODES ## SHOW VNODES
```sql ```sql
SHOW VNODES [dnode_name]; SHOW VNODES {dnode_id | dnode_endpoint};
``` ```
显示当前系统中所有 VNODE 或某个 DNODE 的 VNODE 的信息。 显示当前系统中所有 VNODE 或某个 DNODE 的 VNODE 的信息。