summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/dat/database/help.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/dat/database/help.txt')
-rw-r--r--crawl-ref/source/dat/database/help.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/crawl-ref/source/dat/database/help.txt b/crawl-ref/source/dat/database/help.txt
index 1c03077767..f42698a8cc 100644
--- a/crawl-ref/source/dat/database/help.txt
+++ b/crawl-ref/source/dat/database/help.txt
@@ -13,11 +13,11 @@ of the item or the contents of the shop.
Some examples of search strings:
<w>cure mutation</w> find all potions of cure mutation, including potions in shops.
-<w>cloak</w> find all cloaks in the dungeon.
+<w>jell</w> finds every single royal jelly and heaps of royal jellies
<w>Lair:2</w> find everything known to be on Lair:2.
-<w>Lair:[2-4]</w> finds everything on Lair:2-4. Regexes are allowed! Note that
- Lair:[3-10] will not work as intended, since [x-y] is a regex
- character range.
+<w>D:[2-4]</w> finds everything on Dungeon levels 2-4. Regexes are allowed!
+ Note that D:[3-10] will not work as intended, since [x-y] is a
+ regex character range.
<w>.</w> is a shortcut to find everything on your current level.
<w>..</w> is a shortcut for listing all items you know.
<w>Lair.*axe</w> and <w>axe && Lair</w> both show all axes in the Lair.