diff options
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/helper.c b/lib/helper.c index e48b884..42fe44c 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -43,7 +43,8 @@ static void usage(const char *progname) " max_read=N set maximum size of read requests\n" " hard_remove immediate removal (don't hide files)\n" " debug enable debug output\n" - " fsname=NAME set filesystem name in mtab\n"); + " fsname=NAME set filesystem name in mtab\n" + " use_ino let filesystem set inode numbers\n"); } static void invalid_option(const char *argv[], int argctr) |