summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/scripts
diff options
context:
space:
mode:
authorDarshan Shaligram <scintilla@gmail.com>2010-02-08 02:02:40 +0530
committerDarshan Shaligram <scintilla@gmail.com>2010-02-08 02:03:18 +0530
commit382d8eb1a8e8fbb6ec3ddf2485f9a9a6a4067b55 (patch)
tree2b2189a9f843afee101766d1a0ccb1ae5dee03c2 /crawl-ref/source/scripts
parentec5210d9e6bf9c1cd9200a2d612f640e602b4cab (diff)
downloadcrawl-ref-382d8eb1a8e8fbb6ec3ddf2485f9a9a6a4067b55.tar.gz
crawl-ref-382d8eb1a8e8fbb6ec3ddf2485f9a9a6a4067b55.zip
Fix references to Shoal:X in place-pop usage text.
Diffstat (limited to 'crawl-ref/source/scripts')
-rw-r--r--crawl-ref/source/scripts/place-population.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/scripts/place-population.lua b/crawl-ref/source/scripts/place-population.lua
index 2a10cccfef..92f24cfef1 100644
--- a/crawl-ref/source/scripts/place-population.lua
+++ b/crawl-ref/source/scripts/place-population.lua
@@ -1,4 +1,4 @@
--- Counts monsters in a specify level, or level range.
+-- Counts monsters in a specified level or level range.
local niters = 150
local output_file = "monster-report.out"
@@ -308,7 +308,7 @@ local function start_end_levels()
if #args == 0 then
script.usage([[
Usage: place-population <start> [<end>]
-For instance: place-population Shoal:1 Shoal:5
+For instance: place-population Shoals:1 Shoals:5
place-population Lair:3
You may optionally force branches to have entrances at specific places