Whamcloud - gitweb
git://git.whamcloud.com
/
tools
/
e2fsprogs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ad56cca
)
fuse2fs: fix fuse2fs --helpfull
author
Theodore Ts'o
<tytso@mit.edu>
Tue, 26 Nov 2024 05:28:43 +0000
(
00:28
-0500)
committer
Theodore 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
patch
|
blob
|
history
diff --git
a/misc/fuse2fs.c
b/misc/fuse2fs.c
index
0129386
..
a6390ab
100644
(file)
--- 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, "-h
o
");
+ 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 "