From f5bfea5b3ef7eedb3bd46a253cba8d90f8bf1513 Mon Sep 17 00:00:00 2001 From: Piyush Mishra Date: Thu, 6 May 2021 23:29:54 +0530 Subject: [PATCH] missing s --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 07b168b..ee65248 100644 --- a/src/config.rs +++ b/src/config.rs @@ -22,7 +22,7 @@ impl Config { .author(env!("CARGO_PKG_AUTHORS")) .about(env!("CARGO_PKG_DESCRIPTION")) .arg(Arg::with_name("static_path") - .short("p") + .short("s") .long("static_path") .value_name("DIR") .help("Path of directory with index.html")