chore: update args help message and readme

This commit is contained in:
sigoden
2022-06-25 09:57:58 +08:00
parent eb7a536a3f
commit 9cfeee0df0
2 changed files with 12 additions and 12 deletions

View File

@@ -51,8 +51,8 @@ fn app() -> Command<'static> {
.arg(
Arg::new("hidden")
.long("hidden")
.help("Comma-separated list of names to hide from directory listings")
.value_name("names"),
.help("Hide directories from directory listings, separated by `,`")
.value_name("value"),
)
.arg(
Arg::new("auth")