diff options
-rw-r--r-- | doc/configuration/licenses.html.part.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/configuration/licenses.html.part.in b/doc/configuration/licenses.html.part.in index 42ef347ae..f880ec839 100644 --- a/doc/configuration/licenses.html.part.in +++ b/doc/configuration/licenses.html.part.in @@ -33,6 +33,8 @@ any of:</p> <ul> <li><code>license</code>, which accepts that license.</li> <li><code>-license</code>, which unaccepts that license.</li> + <li><code>@GROUP</code>, which accepts all licenses in a particular group.</li> + <li><code>-@GROUP</code>, which unaccepts all licenses in a particular group.</li> <li><code>-*</code>, which unaccepts all licenses.</li> <li><code>*</code>, which accepts all licenses.</li> </ul> |