From 1edfed0e18b79629330ca419e782fcb7318e85bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matthias=20G=C3=B6rgens?= Date: Thu, 6 Apr 2023 20:26:22 +0800 Subject: Add long `--options` to fusermount (#764) Mostly for consistency with mount(8). Co-authored-by: Nikolaus Rath --- util/fusermount.c | 1 + 1 file changed, 1 insertion(+) 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"); -- cgit v1.2.1