chiark
/
gitweb
/
~mdw
/
checkpath
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
chkpath.c: Add missing entry for `--group' to the long-options list.
[checkpath]
/
chkpath.c
diff --git
a/chkpath.c
b/chkpath.c
index a44570e5816e47252e4fab347ccfebb95b042a10..babf6135e3fac9ffd643193b542d6b5c4f16f7ea 100644
(file)
--- a/
chkpath.c
+++ b/
chkpath.c
@@
-125,6
+125,7
@@
int main(int argc, char *argv[])
{ "help", 0, 0, 'h' },
{ "version", 0, 0, 'V' },
{ "usage", 0, 0, 'u' },
+ { "group", OPTF_ARGREQ, 0, 'g' },
{ "verbose", 0, 0, 'v' },
{ "quiet", 0, 0, 'q' },
{ "sticky", 0, 0, 's' },