projects
/
mmh
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2d5e7c8
)
Documented the minchars field of struct swit to the best of my understanding.
author
Dan Harkless
<dan@harkless.org>
Wed, 26 Jan 2000 05:03:07 +0000
(
05:03
+0000)
committer
Dan Harkless
<dan@harkless.org>
Wed, 26 Jan 2000 05:03:07 +0000
(
05:03
+0000)
h/mh.h
patch
|
blob
|
history
diff --git
a/h/mh.h
b/h/mh.h
index
c8ece5d
..
a59b0a0
100644
(file)
--- a/
h/mh.h
+++ b/
h/mh.h
@@
-39,6
+39,12
@@
struct node {
struct swit {
char *sw;
+
+ /* The minchars field is apparently used like this:
+
+ -# : Switch can be abbreviated to # characters; switch hidden in -help.
+ 0 : Switch can't be abbreviated; switch shown in -help.
+ # : Switch can be abbreviated to # characters; switch shown in -help. */
int minchars;
};