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;