diff --git a/README.rst b/README.rst index 3b3fca62c..a26cb9e7c 100644 --- a/README.rst +++ b/README.rst @@ -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. :stop: Stop running automatically. :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. -:unwatch R: Stop watching a race. The current target settings will be remembered. -:forget R: Stop watching a race and forget it's target settings. +: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 race(s). The current target settings will be remembered. +: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) to the watch list using default target count. :noautowatch: Stop auto-adding new races to the watchlist. diff --git a/plugins/zone.cpp b/plugins/zone.cpp index d2f2b58e4..f741f7ae9 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"