Make option names closer to option variable names
This commit is contained in:
+2
-2
@@ -9,7 +9,7 @@ use structopt::StructOpt;
|
||||
pub struct Opt {
|
||||
#[structopt(
|
||||
short = "f",
|
||||
long = "socket",
|
||||
long = "socket-name",
|
||||
default_value = "/tmp/saslauthd.sock",
|
||||
parse(from_os_str)
|
||||
)]
|
||||
@@ -17,7 +17,7 @@ pub struct Opt {
|
||||
|
||||
#[structopt(
|
||||
short = "p",
|
||||
long = "passwords",
|
||||
long = "password-dir",
|
||||
default_value = "./passwords",
|
||||
parse(from_os_str)
|
||||
)]
|
||||
|
||||
Reference in New Issue
Block a user