aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c
index d1a3d1f..af77c0f 100644
--- a/lib/helper.c
+++ b/lib/helper.c
@@ -44,7 +44,9 @@ static void usage(const char *progname)
" hard_remove immediate removal (don't hide files)\n"
" debug enable debug output\n"
" fsname=NAME set filesystem name in mtab\n"
- " use_ino let filesystem set inode numbers\n");
+ " use_ino let filesystem set inode numbers\n"
+ " readdir_ino try to fill in d_ino in readdir\n"
+ );
}
static void invalid_option(const char *argv[], int argctr)