From 603aed0f8361e7becd20f059eb60079a0808bcbe Mon Sep 17 00:00:00 2001 From: zredb Date: Wed, 10 Sep 2025 16:25:52 +0800 Subject: [PATCH] =?UTF-8?q?docs(server):=20=E4=BF=AE=E6=AD=A3=E9=85=8D?= =?UTF-8?q?=E7=BD=AE=E6=96=87=E4=BB=B6=E8=B7=AF=E5=BE=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 将 -config 参数修正为 --config - 更新了 server 结构体的文档注释 --- src/cli/command/server.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli/command/server.rs b/src/cli/command/server.rs index 35806d9..1ddab14 100644 --- a/src/cli/command/server.rs +++ b/src/cli/command/server.rs @@ -42,7 +42,7 @@ server can respond to requests. Start a server with a configuration file: - $ rvault server -config=/etc/rvault/config.hcl"# + $ rvault server --config=/etc/rvault/config.hcl"# )] pub struct Server { #[deref]