From f89678c47259ac3b06c15af8f5165f7d86f12816 Mon Sep 17 00:00:00 2001 From: lethosor Date: Sat, 11 Feb 2017 15:07:48 -0500 Subject: [PATCH] Fix backticks --- docs/Plugins.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/Plugins.rst b/docs/Plugins.rst index b34b41da9..9e7498cee 100644 --- a/docs/Plugins.rst +++ b/docs/Plugins.rst @@ -2460,11 +2460,11 @@ generated-creature-renamer Automatically renames generated creatures, such as forgotten beasts, titans, etc, to have raw token names that match the description given in-game. -The `list-generated` command can be used to list the token names of all -generated creatures in a given save, with an optional `detailed` argument +The ``list-generated`` command can be used to list the token names of all +generated creatures in a given save, with an optional ``detailed`` argument to show the accompanying description. -The `save-generated-raws` command will save a sample creature graphics file in +The ``save-generated-raws`` command will save a sample creature graphics file in the Dwarf Fortress root directory, to use as a start for making a graphics set for generated creatures using the new names that they get with this plugin.