From 6ea618538772974ff9cc5cc061eb7d0e0f43ad50 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?M=C3=A1rk=20K=C5=91v=C3=A1ri?= Date: Thu, 19 Dec 2024 18:43:32 +0100 Subject: [PATCH] chore(nats): remove redundant possible values, clap already generates those MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Márk Kővári --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 236e9a51..4d55c06c 100644 --- a/src/main.rs +++ b/src/main.rs @@ -183,7 +183,7 @@ struct Args { hide = true )] max_manifest_bucket_bytes: i64, - /// The storage type of nats streams, possible values: "file" or "memory", default is "file" + /// The storage type of nats streams #[arg( long = "stream-persistence", env = "WADM_STREAM_PERSISTENCE",