mirror of
https://github.com/sigoden/dufs.git
synced 2026-04-09 09:09:03 +03:00
chore: update args help message and readme
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user