aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--include/fuse_lowlevel.h3
1 files changed, 3 insertions, 0 deletions
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