From 115b7b2cf35addd555a5038267c555d772948d98 Mon Sep 17 00:00:00 2001 From: Nikolaus Rath Date: Sat, 8 Oct 2016 22:05:10 -0700 Subject: Fix documentation of fuse_parse_cmdline(). For --help and --version, it returns -1. --- include/fuse_lowlevel.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/fuse_lowlevel.h b/include/fuse_lowlevel.h index 58c0dfa..a834eba 100644 --- a/include/fuse_lowlevel.h +++ b/include/fuse_lowlevel.h @@ -1625,7 +1625,7 @@ struct fuse_cmdline_opts { * removed from *args*. * * If --help or --version is specified, the appropriate information is - * printed to stdout and the function proceeds normally. + * printed to stdout and the function returns -1. * * If neither -o subtype= or -o fsname= options are given, the subtype * is set to the basename of the program (the fsname defaults to -- cgit v1.2.3