inode: 🎨 update the inode help msg

This commit is contained in:
zwPapEr
2020-01-11 10:18:41 +08:00
committed by Abin Simon
parent 7ca7290e23
commit 4e50ea2b55

View File

@@ -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"),
)
}