missing s

This commit is contained in:
Piyush मिश्रः 2021-05-06 23:29:54 +05:30
parent 84bf153451
commit f5bfea5b3e
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ impl Config {
.author(env!("CARGO_PKG_AUTHORS")) .author(env!("CARGO_PKG_AUTHORS"))
.about(env!("CARGO_PKG_DESCRIPTION")) .about(env!("CARGO_PKG_DESCRIPTION"))
.arg(Arg::with_name("static_path") .arg(Arg::with_name("static_path")
.short("p") .short("s")
.long("static_path") .long("static_path")
.value_name("DIR") .value_name("DIR")
.help("Path of directory with index.html") .help("Path of directory with index.html")