From: Nikolaus Rath Date: Fri, 4 Aug 2017 20:38:29 +0000 (+0200) Subject: Clarified documentation for fuse_parse_cmdline() X-Git-Tag: fuse-3.1.1~3 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=53c07425fa378eedb9b38c05025da5832d7a3a2e;p=qemu-gpiodev%2Flibfuse.git Clarified documentation for fuse_parse_cmdline() --- diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 7c0f96f..efe4edb 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1762,6 +1762,9 @@ struct fuse_cmdline_opts { * subtype option will be added and set to the basename of the program * (the fsname will remain unset, and then defaults to "fuse"). * + * Known options will be removed from *args*, unknown options will + * remain. + * * @param args argument vector (input+output) * @param opts output argument for parsed options * @return 0 on success, -1 on failure