From 9016aed815a42b08ec4e7ee53363445307d532f8 Mon Sep 17 00:00:00 2001 From: "cantab.net!aia21" Date: Tue, 30 Sep 2003 10:32:09 +0000 Subject: [PATCH] Add -i parameter to syntax output of ntfsls. (Logical change 1.185) --- ntfsprogs/ntfsls.c | 1 + 1 file changed, 1 insertion(+) diff --git a/ntfsprogs/ntfsls.c b/ntfsprogs/ntfsls.c index 3bc3734c..bfe3ad20 100644 --- a/ntfsprogs/ntfsls.c +++ b/ntfsprogs/ntfsls.c @@ -89,6 +89,7 @@ void usage(void) " -F --classify Display classification\n" " -f --force Use less caution\n" " -h -? --help Display this help\n" + " -i --inode Display inode numbers\n" " -l --long Display long info\n" " -p PATH --path PATH Directory whose contents to list\n" " -q --quiet Less output\n"