chiark
/
gitweb
/
~mdw
/
checkpath
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
056e553
)
chkpath.c: Add missing entry for `--group' to the long-options list.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 8 Jul 2024 00:29:04 +0000
(
01:29
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 17 Jul 2024 12:21:35 +0000
(13:21 +0100)
chkpath.c
patch
|
blob
|
blame
|
history
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' },