Added ChangeLog entry for commit 225c12aebf2d2f27e1d0.
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 05:07:54 +0000 (22:07 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 05:07:54 +0000 (22:07 -0700)
ChangeLog.rst

index c92710c0a7382bf0f060d629253c781a258ecf01..2b2dba913f4fc471972bb8ee668f75658cb28cf7 100644 (file)
@@ -1,6 +1,11 @@
 Unreleased Changes
 ==================
 
+* The `fuse_parse_cmdline` function no longer prints out help when the
+  ``--verbose`` or ``--help`` flags are given. This needs to be done
+  by the file system (e.g. using the `fuse_cmdline_help()`,
+  `fuse_lowlevel_help()` and `fuse_mount_help()` functions).
+
 * Added ``example/cuse_client.c`` to test ``example/cuse.c``.
 
 * Removed ``example/null.c``. This has not been working for a while