This commit is contained in:
Piyush मिश्रः 2021-05-06 23:25:46 +05:30
parent cf35411bc4
commit 84bf153451
1 changed files with 0 additions and 7 deletions

View File

@ -35,13 +35,6 @@ impl Config {
.help("Address to bind for server")
.required(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();
Config {