diff options
| author | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2020-12-29 19:06:25 -0400 |
|---|---|---|
| committer | Benjamin J. Culkin <bjculkin@mix.wvu.edu> | 2020-12-29 19:06:25 -0400 |
| commit | 4808d411b3b6e4e237f7a7c336c751419e763d2b (patch) | |
| tree | 99fb8bf966d117e0b1b7e18fc660af7b7a87258d /docs | |
| parent | eeaf62f7a2ac1d23c2a9876ad0c86795edf804ae (diff) | |
General update
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/tlIItools.1 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/tlIItools.1 b/docs/tlIItools.1 index c4bc33fa..318cbe98 100644 --- a/docs/tlIItools.1 +++ b/docs/tlIItools.1 @@ -21,6 +21,10 @@ File groups are a concept that was introduced to group together similar items. Currently, there isn't much mechanical support they offer, but they help with grouping things together in the output, and will likely be used for more in the future. +.SS Affix groups +Affix groups are used to group together affixes that are mechanically similar. +For instance, the affixes \fB+2 to strength\fP and \fB+4 to strength\fP would go +into the same affix group, assuming that they spawned on the same sort of items. .SH OPTIONS .TP \fB--\fP @@ -100,5 +104,8 @@ the standard error stream. Specify the regular expression that should guide any attempts to guess file groups. The regular expression should match the file name, with a single capture-group that will specify the name of the file group. +.TP "--output-affix-groups \fIfile-name\fP" +Specify that affix groups should be printed out to \fIfile-name\fP. By default, +affix groups aren't output .SH EXAMPLES .SH SEE ALSO |
