summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--util/fusermount.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/util/fusermount.c b/util/fusermount.c
index 850cf6b..32d3fbd 100644
--- 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");