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")