mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-07-28 14:26:59 -07:00
chore: Indicate that the listen parameter can be given multiple times in the help
This commit is contained in:
committed by
Karolin Varner
parent
e03fed404f
commit
7154af52f9
+1
-1
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user