aboutsummaryrefslogtreecommitdiff
path: root/src/mountinfo.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/mountinfo.c')
-rw-r--r--src/mountinfo.c14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/mountinfo.c b/src/mountinfo.c
index b7cc1b14..33f1869b 100644
--- a/src/mountinfo.c
+++ b/src/mountinfo.c
@@ -145,13 +145,13 @@ int main (int argc, char **argv)
char c;
static struct option longopts[] = {
- { "fstype-regex", 1, NULL, 'F'},
- { "node-regex", 1, NULL, 'N'},
- { "skip-regex", 1, NULL, 'S'},
- { "fstype", 0, NULL, 'f'},
- { "node", 0, NULL, 'n'},
- { "reverse", 0, NULL, 'r'},
- { NULL, 0, NULL, 0}
+ { "fstype-regex", 1, NULL, 'F'},
+ { "node-regex", 1, NULL, 'N'},
+ { "skip-regex", 1, NULL, 'S'},
+ { "fstype", 0, NULL, 'f'},
+ { "node", 0, NULL, 'n'},
+ { "reverse", 0, NULL, 'r'},
+ { NULL, 0, NULL, 0}
};
while ((c = getopt_long (argc, argv, "F:N:S:fnr",