diff options
| author | Robert Heinrich | 2012-04-09 16:02:03 +0200 |
|---|---|---|
| committer | Robert Heinrich | 2012-04-09 16:02:03 +0200 |
| commit | 8ae774fbd50a5de2f83258f60a7cd916f28642ce (patch) | |
| tree | 17e0aef714c4a39a97aff2b49a7f9ef438870f67 /plugins/zone.cpp | |
| parent | 27c195995fdf12ee1042dc03dcd19fa889eea094 (diff) | |
| download | dfhack-8ae774fbd50a5de2f83258f60a7cd916f28642ce.tar.gz dfhack-8ae774fbd50a5de2f83258f60a7cd916f28642ce.tar.bz2 dfhack-8ae774fbd50a5de2f83258f60a7cd916f28642ce.tar.xz | |
fixed wrong description of the behaviour for using keyword 'all' in autobutcher (affects all races on the watchlist, not all races in your fort)
Diffstat (limited to 'plugins/zone.cpp')
| -rw-r--r-- | plugins/zone.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/plugins/zone.cpp b/plugins/zone.cpp index d2f2b58e..f741f7ae 100644 --- a/plugins/zone.cpp +++ b/plugins/zone.cpp @@ -177,8 +177,7 @@ const string autobutcher_help = " watch R - start watching race(s)\n" " R = valid race RAW id (ALPACA, BIRD_TURKEY, etc)\n" " or a list of RAW ids seperated by spaces\n" - " or the keyword 'all' which adds all races with\n" - " at least one owned tame unit in your fortress\n" + " or the keyword 'all' which affects your whole current watchlist.\n" " unwatch R - stop watching race(s)\n" " the current target settings will be remembered\n" " forget R - unwatch race(s) and forget target settings for it/them\n" |
