chore: update --hidden help message

This commit is contained in:
sigoden
2022-08-03 08:58:52 +08:00
parent cc0014c183
commit 64e397d18a
2 changed files with 4 additions and 4 deletions

View File

@@ -56,7 +56,7 @@ pub fn build_cli() -> Command<'static> {
.arg(
Arg::new("hidden")
.long("hidden")
.help("Hide directories from directory listings, separated by `,`")
.help("Hide paths from directory listings, separated by `,`")
.value_name("value"),
)
.arg(