fuse_parse_cmdline(): do not print help/version text
authorNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 00:08:29 +0000 (17:08 -0700)
committerNikolaus Rath <Nikolaus@rath.org>
Mon, 10 Oct 2016 05:03:07 +0000 (22:03 -0700)
commit225c12aebf2d2f27e1d032d6b2149c7bb1d63506
treecb975230f69f925fae7c559bdb3d8faa867f537f
parent1014e1fc931f3c8191be3767f789160a69b01381
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.
example/fuse_lo-plus.c
example/hello_ll.c
example/timefs1.c
example/timefs2.c
example/timefs3.c
include/fuse_lowlevel.h
lib/fuse_versionscript
lib/helper.c