From e0739d0f6e1bea930024b4bb9bb8fd582962d314 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Mon, 29 Jul 2024 10:13:47 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E5=91=BD=E4=BB=A4=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/System/NATS/NATS_详解.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Software/System/NATS/NATS_详解.md b/Software/System/NATS/NATS_详解.md index 42e16a1..833d22f 100644 --- a/Software/System/NATS/NATS_详解.md +++ b/Software/System/NATS/NATS_详解.md @@ -131,7 +131,7 @@ nats 工具是以前 nats-sub 和 nats-pub 等工具的集合,可通过该工 ```bash # 添加 Context -nats context add [--user=] [--password=] --server= [--description=<"description">] +nats context save [--user=] [--password=] --server= [--description=<"description">] # 查看全部已添加的 Context nats context ls # 激活某 Context