aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Miklos Szeredi <miklos@szeredi.hu>2005-02-09 15:47:51 +0000
committerGravatar Miklos Szeredi <miklos@szeredi.hu>2005-02-09 15:47:51 +0000
commitfbb5c74c232cddfeeee113456427f079ad06bece (patch)
tree870710e61fc583845b44b1a790d433b6922dba04
parentb92d978c97bb4863ca89996585d8f954d26966fc (diff)
fix
-rw-r--r--lib/helper.c12
1 files 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"