chore: update description of --path-prefix

This commit is contained in:
sigoden 2022-07-07 15:44:25 +08:00
parent cb1f3cddea
commit f49b590a56
2 changed files with 2 additions and 2 deletions

View file

@ -51,7 +51,7 @@ ARGS:
OPTIONS:
-b, --bind <addr>... Specify bind address
-p, --port <port> Specify port to listen on [default: 5000]
--path-prefix <path> Specify an path prefix
--path-prefix <path> Specify a path prefix
--hidden <value> Hide directories from directory listings, separated by `,`
-a, --auth <rule>... Add auth for path
--auth-method <value> Select auth method [default: digest] [possible values: basic, digest]

View file

@ -49,7 +49,7 @@ pub fn build_cli() -> Command<'static> {
Arg::new("path-prefix")
.long("path-prefix")
.value_name("path")
.help("Specify an path prefix"),
.help("Specify a path prefix"),
)
.arg(
Arg::new("hidden")