From e20e5c9ae574bba8827310edf38ae9edca08c469 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 1 Oct 2016 11:24:46 -0700 Subject: Improve documentation of argument parsing. --- include/fuse_lowlevel.h | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'include/fuse_lowlevel.h') 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) -- cgit v1.2.3