From: Theodore Ts'o Date: Tue, 26 Nov 2024 05:28:43 +0000 (-0500) Subject: fuse2fs: fix fuse2fs --helpfull X-Git-Tag: v1.47.2-wc1~152 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=e26c0d0431fef925c15e07c6df34ee6500a7255b;p=tools%2Fe2fsprogs.git fuse2fs: fix fuse2fs --helpfull https://github.com/tytso/e2fsprogs/issues/204 Signed-off-by: Theodore Ts'o --- diff --git a/misc/fuse2fs.c b/misc/fuse2fs.c index 0129386..a6390ab 100644 --- a/misc/fuse2fs.c +++ b/misc/fuse2fs.c @@ -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 "