diff options
author | Miklos Szeredi <miklos@szeredi.hu> | 2005-01-09 20:05:27 +0000 |
---|---|---|
committer | Miklos Szeredi <miklos@szeredi.hu> | 2005-01-09 20:05:27 +0000 |
commit | 3c7d41bd13e48abe622ff0eec97ab716d74484a2 (patch) | |
tree | 996b962d7b94bfb687d14557904f437782467c1f /lib/helper.c | |
parent | 64107a63bef661b0ba53744bed84f7cd89c84c93 (diff) | |
download | libfuse-3c7d41bd13e48abe622ff0eec97ab716d74484a2.tar.gz |
fix
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 25a60aa..cdf9ab2 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -36,6 +36,7 @@ static void usage(const char *progname) "Mount options:\n" " default_permissions enable permission checking\n" " allow_other allow access to other users\n" + " allow_root allow access to root\n" " kernel_cache cache files in kernel\n" " large_read issue large read requests (2.4 only)\n" " direct_io use direct I/O\n" |