diff options
author | Roy Marples <roy@marples.name> | 2007-09-21 11:52:37 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-09-21 11:52:37 +0000 |
commit | e0d06f556ea52ee7e7d2044f116bd94187448577 (patch) | |
tree | 9c735041ff7c3204cbd95712ece6ee4dd7f859fc /src/mountinfo.c | |
parent | faa555efe24bd77f751c65c76596034ad7d2fe90 (diff) |
Add extraopts to our usage
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'}, |