fixed wrong description of the behaviour for using keyword 'all' in autobutcher (affects all races on the watchlist, not all races in your fort)

develop
Robert Heinrich 2012-04-09 16:02:03 +02:00
parent 27c195995f
commit 8ae774fbd5
2 changed files with 4 additions and 5 deletions

@ -873,9 +873,9 @@ Options:
:start: Start running every X frames (df simulation ticks). Default: X=6000, which would be every 60 seconds at 100fps. :start: Start running every X frames (df simulation ticks). Default: X=6000, which would be every 60 seconds at 100fps.
:stop: Stop running automatically. :stop: Stop running automatically.
:sleep: Must be followed by number X. Changes the timer to sleep X frames between runs. :sleep: Must be followed by number X. Changes the timer to sleep X frames between runs.
:watch R: Start watching a race. R can be a valid race RAW id (ALPACA, BIRD_TURKEY, etc) or a list of ids seperated by spaces or the keyword 'all' which adds all races with at least one owned tame unit in your fortress to the list. :watch R: Start watching a race. R can be a valid race RAW id (ALPACA, BIRD_TURKEY, etc) or a list of ids seperated by spaces or the keyword 'all' which affects all races on your current watchlist.
:unwatch R: Stop watching a race. The current target settings will be remembered. :unwatch R: Stop watching race(s). The current target settings will be remembered.
:forget R: Stop watching a race and forget it's target settings. :forget R: Stop watching race(s) and forget it's/their target settings.
:autowatch: Automatically adds all new races (animals you buy from merchants, tame yourself or get from migrants) :autowatch: Automatically adds all new races (animals you buy from merchants, tame yourself or get from migrants)
to the watch list using default target count. to the watch list using default target count.
:noautowatch: Stop auto-adding new races to the watchlist. :noautowatch: Stop auto-adding new races to the watchlist.

@ -177,8 +177,7 @@ const string autobutcher_help =
" watch R - start watching race(s)\n" " watch R - start watching race(s)\n"
" R = valid race RAW id (ALPACA, BIRD_TURKEY, etc)\n" " R = valid race RAW id (ALPACA, BIRD_TURKEY, etc)\n"
" or a list of RAW ids seperated by spaces\n" " or a list of RAW ids seperated by spaces\n"
" or the keyword 'all' which adds all races with\n" " or the keyword 'all' which affects your whole current watchlist.\n"
" at least one owned tame unit in your fortress\n"
" unwatch R - stop watching race(s)\n" " unwatch R - stop watching race(s)\n"
" the current target settings will be remembered\n" " the current target settings will be remembered\n"
" forget R - unwatch race(s) and forget target settings for it/them\n" " forget R - unwatch race(s) and forget target settings for it/them\n"