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:
4c166d4
)
tmpdir.c: Remove mention of unimplemented (and unhelpful) `-t' option.
author
Mark Wooding
<mdw@distorted.org.uk>
Mon, 8 Jul 2024 00:23:54 +0000
(
01:23
+0100)
committer
Mark Wooding
<mdw@distorted.org.uk>
Wed, 17 Jul 2024 12:21:35 +0000
(13:21 +0100)
For some reason it got listed in the short- and long-options lists, but
not, fortunately, in the manual or help text.
tmpdir.c
patch
|
blob
|
blame
|
history
diff --git
a/tmpdir.c
b/tmpdir.c
index 7b6fc64e111660b3fa1688324f92bbe801eef68c..764f9bdf8dffbd7f328f58948238e174cc64a0e7 100644
(file)
--- a/
tmpdir.c
+++ b/
tmpdir.c
@@
-344,11
+344,10
@@
int main(int argc, char *argv[])
{ "check", OPTF_ARGREQ, 0, 'C' },
{ "verify", OPTF_ARGREQ, 0, 'C' },
{ "verbose", 0, 0, 'v' },
- { "trust-groups", 0, 0, 't' },
{ "group", OPTF_ARGREQ, 0, 'g' },
{ 0, 0, 0, 0 }
};
- int i = mdwopt(argc, argv, "hVu" "bcv
t
g:C:", opts, 0, 0, 0);
+ int i = mdwopt(argc, argv, "hVu" "bcvg:C:", opts, 0, 0, 0);
if (i < 0)
break;