aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-04 22:38:29 +0200
committerGravatar Nikolaus Rath <Nikolaus@rath.org>2017-08-06 10:13:43 +0200
commit53c07425fa378eedb9b38c05025da5832d7a3a2e (patch)
treea4d9466ed6f8ab1e7b0e4dc7250304ef874f0887 /include
parent5a0c88209d2e6cc67a957671485b2f753a9f0891 (diff)
Clarified documentation for fuse_parse_cmdline()
Diffstat (limited to 'include')
-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