Add missing newline to "clean" usage

develop
Quietust 2012-01-11 11:04:06 -06:00
parent bb0959e470
commit 18f2459b5d
1 changed files with 1 additions and 1 deletions

@ -196,7 +196,7 @@ DFhackCExport command_result clean (Core * c, vector <string> & 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;
}