From 53c07425fa378eedb9b38c05025da5832d7a3a2e Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Fri, 4 Aug 2017 22:38:29 +0200 Subject: Clarified documentation for fuse_parse_cmdline() --- include/fuse_lowlevel.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'include') 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 -- cgit v1.2.3