mirror of https://github.com/PiyushXCoder/lupt.git
bug fix
This commit is contained in:
parent
cf35411bc4
commit
84bf153451
|
|
@ -35,13 +35,6 @@ impl Config {
|
||||||
.help("Address to bind for server")
|
.help("Address to bind for server")
|
||||||
.required(true)
|
.required(true)
|
||||||
.takes_value(true))
|
.takes_value(true))
|
||||||
.arg(Arg::with_name("salt")
|
|
||||||
.short("s")
|
|
||||||
.long("salt")
|
|
||||||
.value_name("SALT")
|
|
||||||
.help("Salt for hashing")
|
|
||||||
.required(false)
|
|
||||||
.takes_value(true))
|
|
||||||
.get_matches();
|
.get_matches();
|
||||||
|
|
||||||
Config {
|
Config {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue