From 225c12aebf2d2f27e1d032d6b2149c7bb1d63506 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sun, 9 Oct 2016 17:08:29 -0700 Subject: fuse_parse_cmdline(): do not print help/version text The current behavior makes it difficult to add help for additional options. With the change, this becomes a lot easier. --- lib/fuse_versionscript | 1 + 1 file changed, 1 insertion(+) (limited to 'lib/fuse_versionscript') diff --git a/lib/fuse_versionscript b/lib/fuse_versionscript index 14eb362..3301b12 100644 --- a/lib/fuse_versionscript +++ b/lib/fuse_versionscript @@ -127,6 +127,7 @@ FUSE_3.0 { fuse_lowlevel_help; fuse_lowlevel_version; fuse_mount_help; + fuse_cmdline_help; fuse_mount_version; local: -- cgit v1.2.3