From: Miklos Szeredi Date: Wed, 9 Feb 2005 15:47:51 +0000 (+0000) Subject: fix X-Git-Tag: fuse_2_3_pre1~16 X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fbb5c74c232cddfeeee113456427f079ad06bece;p=qemu-gpiodev%2Flibfuse.git fix --- diff --git a/lib/helper.c b/lib/helper.c index 879a694..e48b884 100644 --- a/lib/helper.c +++ b/lib/helper.c @@ -26,12 +26,12 @@ static void usage(const char *progname) fprintf(stderr, "FUSE options:\n" - " -d enable debug output (implies -f)\n" - " -f foreground operation\n" - " -s disable multithreaded operation\n" - " -r mount read only (equivalent to '-o ro')\n" - " -o opt,[opt...] mount options\n" - " -h print help\n" + " -d enable debug output (implies -f)\n" + " -f foreground operation\n" + " -s disable multithreaded operation\n" + " -r mount read only (equivalent to '-o ro')\n" + " -o opt,[opt...] mount options\n" + " -h print help\n" "\n" "Mount options:\n" " default_permissions enable permission checking\n"