From 7154af52f9eede2bf57e8a3cb5f835b9f7958145 Mon Sep 17 00:00:00 2001 From: Karolin Varner Date: Thu, 11 May 2023 21:17:02 +0200 Subject: [PATCH] chore: Indicate that the listen parameter can be given multiple times in the help --- src/cli.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cli.rs b/src/cli.rs index 033f2557..4193d53d 100644 --- a/src/cli.rs +++ b/src/cli.rs @@ -36,7 +36,7 @@ pub enum Cli { * guidance on the CLI usage. */ Exchange { - /// public-key secret-key [listen :] [verbose] + /// public-key secret-key [listen :]... [verbose] #[clap(value_name = "OWN_CONFIG")] first_arg: String,