Skip to content

Commit e523806

Browse files
author
rmqtt
committed
Optimize the codes
1 parent 2ec9633 commit e523806

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/options.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pub struct V3 {
3434
pub conn_interval: u64,
3535

3636
/// Client id pattern, {no} - Connection Serial Number, {random} - The random number
37-
#[structopt(name = "id-pattern", short = "r", long, default_value = "{no}")]
37+
#[structopt(name = "id-pattern", short = "E", long, default_value = "{no}")]
3838
pub client_id_pattern: String,
3939

4040
///Username

0 commit comments

Comments
 (0)