diff options
Diffstat (limited to 'lib/helper.c')
-rw-r--r-- | lib/helper.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/helper.c b/lib/helper.c index af77c0f..460bea2 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -46,6 +46,7 @@ static void usage(const char *progname) " fsname=NAME set filesystem name in mtab\n" " use_ino let filesystem set inode numbers\n" " readdir_ino try to fill in d_ino in readdir\n" + " nonempty allow mounts over non-empty file/dir\n" ); } |