We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2ec9633 commit e523806Copy full SHA for e523806
src/options.rs
@@ -34,7 +34,7 @@ pub struct V3 {
34
pub conn_interval: u64,
35
36
/// Client id pattern, {no} - Connection Serial Number, {random} - The random number
37
- #[structopt(name = "id-pattern", short = "r", long, default_value = "{no}")]
+ #[structopt(name = "id-pattern", short = "E", long, default_value = "{no}")]
38
pub client_id_pattern: String,
39
40
///Username
0 commit comments