diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 17:08:29 -0700 |
---|---|---|
committer | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 22:03:07 -0700 |
commit | 225c12aebf2d2f27e1d032d6b2149c7bb1d63506 (patch) | |
tree | cb975230f69f925fae7c559bdb3d8faa867f537f /lib/fuse_versionscript | |
parent | 1014e1fc931f3c8191be3767f789160a69b01381 (diff) | |
download | libfuse-225c12aebf2d2f27e1d032d6b2149c7bb1d63506.tar.gz |
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.
Diffstat (limited to 'lib/fuse_versionscript')
-rw-r--r-- | lib/fuse_versionscript | 1 |
1 files changed, 1 insertions, 0 deletions
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: |