aboutsummaryrefslogtreecommitdiff
path: root/miscutils/mountpoint.c
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/mountpoint.c')
-rw-r--r--miscutils/mountpoint.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/mountpoint.c b/miscutils/mountpoint.c
index b5ce35cf1..1f17adadc 100644
--- a/miscutils/mountpoint.c
+++ b/miscutils/mountpoint.c
@@ -16,7 +16,7 @@ int mountpoint_main(int argc, char **argv)
16{ 16{
17 struct stat st; 17 struct stat st;
18 char *arg; 18 char *arg;
19 int opt = getopt32(argc, argv, "qdx"); 19 int opt = getopt32(argv, "qdx");
20#define OPT_q (1) 20#define OPT_q (1)
21#define OPT_d (2) 21#define OPT_d (2)
22#define OPT_x (4) 22#define OPT_x (4)