aboutsummaryrefslogtreecommitdiffstats
path: root/lib/helper.c
diff options
context:
space:
mode:
authorMiklos Szeredi <miklos@szeredi.hu>2005-07-06 10:07:52 +0000
committerMiklos Szeredi <miklos@szeredi.hu>2005-07-06 10:07:52 +0000
commit340d21f346500a7e819cbb1fd70429b1acfac81a (patch)
tree6db4abf0b065500e9cd961ec11859dd2783a94df /lib/helper.c
parent437d81187fe3aac243a4b47f4a967a195fe9f22a (diff)
downloadlibfuse-340d21f346500a7e819cbb1fd70429b1acfac81a.tar.gz
fix
Diffstat (limited to 'lib/helper.c')
-rw-r--r--lib/helper.c1
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"
);
}