summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDom Slee <domslee1@gmail.com>2023-09-29 19:31:53 +1000
committerWei Zhang <kweizh@gmail.com>2024-02-16 11:47:12 +0800
commitbc6c93083180868b22b9da04f201ba5eef8897c4 (patch)
treebec2d141f6d4e8ea5ec2e86ff3d361bff3450e42 /src
parent92d4e9662200b87bf54ddf97c37cf13d5f2ec9c4 (diff)
Update doc
Diffstat (limited to 'src')
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index 86aec62..68158b9 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -68,7 +68,7 @@ pub struct Cli {
#[arg(short, long, conflicts_with_all = ["depth", "recursive"])]
pub directory_only: bool,
- /// How to display permissions [default: rwx for non-windows, attributes for windows]
+ /// How to display permissions [default: rwx for linux, attributes for windows]
#[arg(long, value_name = "MODE", value_parser = ["rwx", "octal", "attributes", "disable"])]
pub permission: Option<String>,