From f1410c10c66bbc0a7ea84ca9b25bdb069c616647 Mon Sep 17 00:00:00 2001 From: jj Date: Wed, 3 Apr 2013 22:16:36 +0200 Subject: [PATCH] digcircle: fix bug #181 (help: radius -> diameter) --- plugins/dig.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/dig.cpp b/plugins/dig.cpp index 5e2bb9f89..ec9191549 100644 --- a/plugins/dig.cpp +++ b/plugins/dig.cpp @@ -55,7 +55,7 @@ DFhackCExport command_result plugin_init ( color_ostream &out, std::vector & parameters) "\n" "After you have set the options, the command called with no options\n" "repeats with the last selected parameters:\n" - "'digcircle filled 3' = Dig a filled circle with radius = 3.\n" + "'digcircle filled 3' = Dig a filled circle with diameter = 3.\n" "'digcircle' = Do it again.\n" ); return CR_OK;