summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/crawl_options.txt
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/docs/crawl_options.txt')
-rw-r--r--crawl-ref/docs/crawl_options.txt7
1 files changed, 7 insertions, 0 deletions
diff --git a/crawl-ref/docs/crawl_options.txt b/crawl-ref/docs/crawl_options.txt
index 6860d2d1da..110cb929cd 100644
--- a/crawl-ref/docs/crawl_options.txt
+++ b/crawl-ref/docs/crawl_options.txt
@@ -94,6 +94,13 @@ suitable for your system. Other options accept regular expressions (regexes):
here you can simply use ordinary strings, adapt the suggested regexes to your
needs or search the internet for regex syntax.
+For long option names, you can define option aliases by doing:
+ alias := long_option_name
+For instance, you can use:
+ ae := autopickup_exceptions
+and thereafter use "ae" instead of "autopickup_exceptions":
+ ae = >decay, >degeneration
+
If you get stuck or some things just won't seem to work properly, please ask
for help on the newsgroup rec.games.roguelike.misc. Please flag queries with
'-crawl-', as other roguelikes are also discussed there.