From fbb5c74c232cddfeeee113456427f079ad06bece Mon Sep 17 00:00:00 2001 From: Miklos Szeredi Date: Wed, 9 Feb 2005 15:47:51 +0000 Subject: [PATCH] fix --- lib/helper.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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" -- 2.30.2