From 4e50ea2b55393aad10d3f296325c57d47fb413d0 Mon Sep 17 00:00:00 2001 From: zwPapEr Date: Sat, 11 Jan 2020 10:18:41 +0800 Subject: [PATCH] inode: :art: update the inode help msg --- src/app.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"), ) }