fuse_main(): extend support for printing help
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 16:38:20 +0000 (09:38 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 16:41:17 +0000 (09:41 -0700)
commitb69192b629a454f35eebe23d9ac4f8a5773170fd
tree9225e445a0fac5eb6566b7d383180dfae6013652
parent10e718b8ca78c4e332df9d342cd662bfe3fd2bb5
fuse_main(): extend support for printing help

There's now a way to inhibit the "usage" line (which actually got lost
in commit 225c12aebf2d), which makes it easier for simply file-systems
to generate good-looking --help output.
example/hello.c
include/fuse.h
lib/helper.c