diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-01 11:24:46 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-01 11:24:46 -0700 |
commit | e20e5c9ae574bba8827310edf38ae9edca08c469 (patch) | |
tree | e248bdc392e09f5419dcced5c7dedde4972dff50 /include/fuse_lowlevel.h | |
parent | 944d1e1521935e82a3e667a401c7184467793ebc (diff) | |
download | libfuse-e20e5c9ae574bba8827310edf38ae9edca08c469.tar.gz |
Improve documentation of argument parsing.
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r-- | include/fuse_lowlevel.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 2022cc6..ce39906 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1575,6 +1575,13 @@ int fuse_req_interrupted(fuse_req_t req); /** * Create a low level session * + * 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 requsted information to stdout and returns NULL. + * * @param args argument vector * @param op the low level filesystem operations * @param op_size sizeof(struct fuse_lowlevel_ops) |