修正命令。

Signed-off-by: rick.chan <cy@haoan119.com>
This commit is contained in:
rick.chan 2024-07-29 09:51:07 +08:00
parent 0b77cecfa0
commit 4a286c2d32
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ nats context add <name> [--user=<user>] [--password=<password>] --server=<nats:/
# 查看全部已添加的 Context
nats context ls
# 激活某 Context
nats context set <name>
nats context select <name>
# 删除某 Context
nats context rm <name>
```