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

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