diff --git a/plugins/dig.cpp b/plugins/dig.cpp index 7f3d66362..c597a32ee 100644 --- a/plugins/dig.cpp +++ b/plugins/dig.cpp @@ -1274,7 +1274,7 @@ command_result digl (color_ostream &out, vector & parameters) int16_t basemat = MCache->layerMaterialAt(xy); if( veinmat != -1 ) { - con.printerr("This is a vein. Use vdig instead!\n"); + con.printerr("This is a vein. Use digv instead!\n"); delete MCache; return CR_FAILURE; }