aboutsummaryrefslogtreecommitdiffstats
path: root/example/notify_inval_inode.c
diff options
context:
space:
mode:
Diffstat (limited to 'example/notify_inval_inode.c')
-rw-r--r--example/notify_inval_inode.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/example/notify_inval_inode.c b/example/notify_inval_inode.c
index c9ab4d8..934be60 100644
--- a/example/notify_inval_inode.c
+++ b/example/notify_inval_inode.c
@@ -311,13 +311,11 @@ int main(int argc, char *argv[]) {
show_help(argv[0]);
fuse_cmdline_help();
fuse_lowlevel_help();
- fuse_mount_help();
ret = 0;
goto err_out1;
} else if (opts.show_version) {
printf("FUSE library version %s\n", fuse_pkgversion());
fuse_lowlevel_version();
- fuse_mount_version();
ret = 0;
goto err_out1;
}