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 {
|
pub struct Opt {
|
||||||
#[structopt(
|
#[structopt(
|
||||||
short = "f",
|
short = "f",
|
||||||
long = "socket",
|
long = "socket-name",
|
||||||
default_value = "/tmp/saslauthd.sock",
|
default_value = "/tmp/saslauthd.sock",
|
||||||
parse(from_os_str)
|
parse(from_os_str)
|
||||||
)]
|
)]
|
||||||
@@ -17,7 +17,7 @@ pub struct Opt {
|
|||||||
|
|
||||||
#[structopt(
|
#[structopt(
|
||||||
short = "p",
|
short = "p",
|
||||||
long = "passwords",
|
long = "password-dir",
|
||||||
default_value = "./passwords",
|
default_value = "./passwords",
|
||||||
parse(from_os_str)
|
parse(from_os_str)
|
||||||
)]
|
)]
|
||||||
|
|||||||
Reference in New Issue
Block a user