projects
/
qemu-gpiodev
/
libfuse.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c60a90b
)
Add long `--options` to fusermount (#764)
author
Matthias Görgens
<matthias.goergens@gmail.com>
Thu, 6 Apr 2023 12:26:22 +0000
(20:26 +0800)
committer
GitHub
<noreply@github.com>
Thu, 6 Apr 2023 12:26:22 +0000
(13:26 +0100)
Mostly for consistency with mount(8).
Co-authored-by: Nikolaus Rath <Nikolaus@rath.org>
util/fusermount.c
patch
|
blob
|
history
diff --git
a/util/fusermount.c
b/util/fusermount.c
index 850cf6b2a78900466177ac2e0b833f81a2c06032..32d3fbd7e7eb2bbcbf646ee9cf93feca0cd8ddda 100644
(file)
--- a/
util/fusermount.c
+++ b/
util/fusermount.c
@@
-1363,6
+1363,7
@@
int main(int argc, char *argv[])
{"quiet", no_argument, NULL, 'q'},
{"help", no_argument, NULL, 'h'},
{"version", no_argument, NULL, 'V'},
+ {"options", required_argument, NULL, 'o'},
{0, 0, 0, 0}};
progname = strdup(argc > 0 ? argv[0] : "fusermount");