Revert util -> utility in cleaning metadata structure

This commit is contained in:
Oliver Hamlet
2016-10-29 20:30:02 +01:00
parent b48d05cab7
commit 6bb90c2b8a
11 changed files with 28 additions and 29 deletions
-1
View File
@@ -24,7 +24,6 @@ Changed
* The ``file()`` condition function now also accepts a regular expression.
* The ``active()`` condition function to also accept a regular expression.
* Renamed the dirty info data structure to the cleaning data structure.
* Renamed the ``util`` key in the cleaning data structure to ``utility`` .
Removed
-------
+3 -3
View File
@@ -9,7 +9,7 @@ This structure holds information on which versions of a plugin are dirty or clea
**Required.** The CRC-32 checksum of the plugin. If the plugin is dirty, this needs to be the CRC of the plugin before before cleaning. LOOT displays the CRCs of installed plugins in its report. The 8-character CRC should be preceded by ``0x`` so that it is interpreted correctly.
.. describe:: utility
.. describe:: util
``string``
@@ -50,7 +50,7 @@ Examples
A dirty plugin::
crc: 0x3DF62ABC
utility: '[TES5Edit](http://www.nexusmods.com/skyrim/mods/25859) v3.1.1'
util: '[TES5Edit](http://www.nexusmods.com/skyrim/mods/25859) v3.1.1'
info: 'A cleaning guide is available [here](http://www.creationkit.com/index.php?title=TES5Edit_Cleaning_Guide_-_TES5Edit).'
itm: 4
udr: 160
@@ -58,4 +58,4 @@ A dirty plugin::
A clean plugin::
crc: 0x2ABC3DF6
utility: '[TES5Edit](http://www.nexusmods.com/skyrim/mods/25859) v3.1.1'
util: '[TES5Edit](http://www.nexusmods.com/skyrim/mods/25859) v3.1.1'