fix
authorMiklos Szeredi <miklos@szeredi.hu>
Wed, 9 Feb 2005 15:47:51 +0000 (15:47 +0000)
committerMiklos Szeredi <miklos@szeredi.hu>
Wed, 9 Feb 2005 15:47:51 +0000 (15:47 +0000)
lib/helper.c

index 879a694465b0a1f23359dcf6e406564af8e0e11a..e48b8849abc045ad40ef2210c528c023c866d62c 100644 (file)
@@ -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"