Clarified documentation for fuse_parse_cmdline()
authorNikolaus Rath <Nikolaus@rath.org>
Fri, 4 Aug 2017 20:38:29 +0000 (22:38 +0200)
committerNikolaus Rath <Nikolaus@rath.org>
Sun, 6 Aug 2017 08:13:43 +0000 (10:13 +0200)
include/fuse_lowlevel.h

index 7c0f96f006e80855539f1c569a5058b09a908162..efe4edbb1ffb4cb40d7413be73199fb8dc658b9a 100644 (file)
@@ -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