summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzwPapEr <zw.paper@gmail.com>2020-01-11 10:18:41 +0800
committerAbin Simon <abinsimon10@gmail.com>2020-01-11 14:17:44 +0530
commit4e50ea2b55393aad10d3f296325c57d47fb413d0 (patch)
tree181928450dc45925b8c5a43e5db390ba3b469d9a
parent7ca7290e238ae534fb1e04aed165f9a77b8eb1ba (diff)
inode: :art: update the inode help msg
-rw-r--r--src/app.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.rs b/src/app.rs
index 4e282d6..d67e713 100644
--- a/src/app.rs
+++ b/src/app.rs
@@ -215,7 +215,7 @@ pub fn build() -> App<'static, 'static> {
.short("i")
.long("inode")
.multiple(true)
- .help("Display inode(Linux only)"),
+ .help("Display the index number of each file"),
)
}