diff options
Diffstat (limited to 'include/fuse.h')
-rw-r--r-- | include/fuse.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fuse.h b/include/fuse.h index c70d2fe..5721caa 100644 --- a/include/fuse.h +++ b/include/fuse.h @@ -640,6 +640,13 @@ struct fuse_context { /** * Create a new FUSE filesystem. * + * Known parameters in `args` are removed. If there are any unknown + * arguments, an error is printed to stderr and the function returns + * NULL. + * + * If the --help or --version parameters are specified, the function + * prints the requested information to stdout and returns NULL. + * * @param ch the communication channel * @param args argument vector * @param op the filesystem operations |