diff options
author | Nikolaus Rath <Nikolaus@rath.org> | 2016-10-09 14:19:33 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-09 14:19:33 -0700 |
commit | 039b9fa28ff1a7804a9fb81e18ec436e42d59193 (patch) | |
tree | cd422c4a0e044ac147fe6587a46fc2b4e86727b8 /include/fuse_lowlevel.h | |
parent | 9f19d71a766af5881cf763e6ce8d6c1bafe8ada5 (diff) | |
parent | 52dec7ffdd36074017a3f00d54acc2901b73ea67 (diff) | |
download | libfuse-039b9fa28ff1a7804a9fb81e18ec436e42d59193.tar.gz |
Merge pull request #80 from libfuse/master-proposed
Diffstat (limited to 'include/fuse_lowlevel.h')
-rw-r--r-- | include/fuse_lowlevel.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |