chore: Indicate that the listen parameter can be given multiple times in the help

This commit is contained in:
Karolin Varner
2023-05-22 11:42:51 +02:00
committed by Karolin Varner
parent e03fed404f
commit 7154af52f9
+1 -1
View File
@@ -36,7 +36,7 @@ pub enum Cli {
* guidance on the CLI usage.
*/
Exchange {
/// public-key <PATH> secret-key <PATH> [listen <ADDR>:<PORT>] [verbose]
/// public-key <PATH> secret-key <PATH> [listen <ADDR>:<PORT>]... [verbose]
#[clap(value_name = "OWN_CONFIG")]
first_arg: String,