diff options
| author | Quietust | 2012-01-11 11:04:06 -0600 |
|---|---|---|
| committer | Quietust | 2012-01-11 11:04:06 -0600 |
| commit | 18f2459b5dc39f5412517bed49b531979edb8873 (patch) | |
| tree | f3ff2b8a52af18046edd4e3c157f30d126a8d8b9 /plugins/cleaners.cpp | |
| parent | bb0959e4703dcb9271ebc506fde4b5ed87528baa (diff) | |
| download | dfhack-18f2459b5dc39f5412517bed49b531979edb8873.tar.gz dfhack-18f2459b5dc39f5412517bed49b531979edb8873.tar.bz2 dfhack-18f2459b5dc39f5412517bed49b531979edb8873.tar.xz | |
Add missing newline to "clean" usage
Diffstat (limited to 'plugins/cleaners.cpp')
| -rw-r--r-- | plugins/cleaners.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/cleaners.cpp b/plugins/cleaners.cpp index 1ff121de..fcfc166f 100644 --- a/plugins/cleaners.cpp +++ b/plugins/cleaners.cpp @@ -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; } |
