diff options
| author | Petr Mrázek | 2011-08-14 08:42:21 +0200 |
|---|---|---|
| committer | Petr Mrázek | 2011-08-14 08:42:21 +0200 |
| commit | a0f99ef7079bb741dcfa44b7365e3b13f3ec9016 (patch) | |
| tree | 6c2cb7419868999914e8514a3e7bc8f5f755f447 /plugins/deramp.cpp | |
| parent | 02ea81c0b32a50f18497e2c4d99c005ae6f0e5d0 (diff) | |
| download | dfhack-a0f99ef7079bb741dcfa44b7365e3b13f3ec9016.tar.gz dfhack-a0f99ef7079bb741dcfa44b7365e3b13f3ec9016.tar.bz2 dfhack-a0f99ef7079bb741dcfa44b7365e3b13f3ec9016.tar.xz | |
Many tweaks to plugins, reorganized the build system and removed more cruft.
Diffstat (limited to 'plugins/deramp.cpp')
| -rw-r--r-- | plugins/deramp.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugins/deramp.cpp b/plugins/deramp.cpp index 49ee415d..0aab27d2 100644 --- a/plugins/deramp.cpp +++ b/plugins/deramp.cpp @@ -56,8 +56,8 @@ DFhackCExport command_result df_deramp (Core * c, vector <string> & parameters) if(parameters[i] == "help" || parameters[i] == "?") { c->con.print("This command does two things:\n" - "* If there are any ramps designated for removal, thyw will be instantly removed.\n" - "* Any ramps that don't have their counterpart will be removed (fixes bugs with caveins)\n" + "If there are any ramps designated for removal, they will be instantly removed.\n" + "Any ramps that don't have their counterpart will be removed (fixes bugs with caveins)\n" ); return CR_OK; } |
