Whamcloud - gitweb
fuse2fs: fix fuse2fs --helpfull
authorTheodore Ts'o <tytso@mit.edu>
Tue, 26 Nov 2024 05:28:43 +0000 (00:28 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 26 Nov 2024 05:28:43 +0000 (00:28 -0500)
https://github.com/tytso/e2fsprogs/issues/204

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
misc/fuse2fs.c

index 0129386..a6390ab 100644 (file)
@@ -3775,7 +3775,7 @@ static int fuse2fs_opt_proc(void *data, const char *arg,
        "\n",
                        outargs->argv[0]);
                if (key == FUSE2FS_HELPFULL) {
-                       fuse_opt_add_arg(outargs, "-ho");
+                       fuse_opt_add_arg(outargs, "-h");
                        fuse_main(outargs->argc, outargs->argv, &fs_ops, NULL);
                } else {
                        fprintf(stderr, "Try --helpfull to get a list of "