summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-05 10:25:57 +0000
committerharanp <haranp@c06c8d41-db1a-0410-9941-cceddc491573>2009-03-05 10:25:57 +0000
commitf847b239329f96f86df53a98b8675e1fc818e7b4 (patch)
tree752f6fc67a71904a8f2e28724a6bf306ba7fe3a7
parent18b6b142985a2bc519b4dcf0a2eefdf6cbfda39a (diff)
downloadcrawl-ref-f847b239329f96f86df53a98b8675e1fc818e7b4.tar.gz
crawl-ref-f847b239329f96f86df53a98b8675e1fc818e7b4.zip
Fix bad indentation [2664448].
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@9335 c06c8d41-db1a-0410-9941-cceddc491573
-rw-r--r--crawl-ref/source/dat/database/help.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/crawl-ref/source/dat/database/help.txt b/crawl-ref/source/dat/database/help.txt
index 9d791b51f3..f6f68fa0a4 100644
--- a/crawl-ref/source/dat/database/help.txt
+++ b/crawl-ref/source/dat/database/help.txt
@@ -16,8 +16,8 @@ Some examples of search strings:
<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>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.
+ 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.