From 0b77cecfa0b24a3f5a59f690e046ae5537094d3d Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Mon, 29 Jul 2024 09:49:23 +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 25f4cb2..4f1cdfb 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 [--user=] [--password=] context add --server --description +nats context add [--user=] [--password=] --server= [--description=<"description">] # 查看全部已添加的 Context nats context ls # 激活某 Context