mirror of https://github.com/PiyushXCoder/lupt.git
missing s
This commit is contained in:
parent
84bf153451
commit
f5bfea5b3e
|
|
@ -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")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue