diff --git a/plugins/cleaners.cpp b/plugins/cleaners.cpp index 1ff121de0..fcfc166ff 100644 --- a/plugins/cleaners.cpp +++ b/plugins/cleaners.cpp @@ -196,7 +196,7 @@ DFhackCExport command_result clean (Core * c, vector & parameters) "snow - also remove snow\n" "mud - also remove mud\n" "Example: clean all mud snow\n" - "This removes all spatter, including mud and snow from map tiles." + "This removes all spatter, including mud and snow from map tiles.\n" ); return CR_OK; }