Fix typo in Gerrit documentation about addInstanceNameInSubject

addInstanceNameInSubject is a new configuration parameter in Gerrit 2.16
for adding the instance name to every e-mail sent. However, it is
defaulted to false for backward compatibility, but the documentation stated
the opposite.

Align the documentation with the actual implementation.

Change-Id: Ic4350d4f031c9f3d6402de9f892107b51d57b2f2
This commit is contained in:
Luca Milanesio
2018-04-04 23:42:32 +01:00
parent f4652c1c65
commit fdfca77218

View File

@@ -4159,7 +4159,7 @@ what Gerrit instance the email came from.
+
The short name can be customized via the gerrit.instanceName option.
+
Defaults to true.
Defaults to false.
[[site]]