diff options
Diffstat (limited to 'src/mountinfo.c')
-rw-r--r-- | src/mountinfo.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mountinfo.c b/src/mountinfo.c index 6ed257a5..c55a942b 100644 --- a/src/mountinfo.c +++ b/src/mountinfo.c @@ -246,6 +246,7 @@ static regex_t *get_regex (char *string) } #include "_usage.h" +#define extraopts "[mount1] [mount2] ..." #define getoptstring "f:F:n:N:o:O:p:P:iqst" getoptstring_COMMON static struct option longopts[] = { { "fstype-regex", 1, NULL, 'f'}, |