summaryrefslogtreecommitdiffstats
path: root/crawl-ref/docs/crawl.6
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-06 10:15:36 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-04-06 10:15:36 +0000
commit07d7b885c65c7ce4b3e308fa5888ac8e85784820 (patch)
treedd8b3edb7caf1ea3785c7876e2ef4719528d85e3 /crawl-ref/docs/crawl.6
parent744b1d6ea78f97bc0564c255380237326453aa44 (diff)
downloadcrawl-ref-07d7b885c65c7ce4b3e308fa5888ac8e85784820.tar.gz
crawl-ref-07d7b885c65c7ce4b3e308fa5888ac8e85784820.zip
Doc updates (Rachel).
morgue filenames now include seconds. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@1230 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/docs/crawl.6')
-rw-r--r--crawl-ref/docs/crawl.617
1 files changed, 13 insertions, 4 deletions
diff --git a/crawl-ref/docs/crawl.6 b/crawl-ref/docs/crawl.6
index 70bf129651..fb24bdc6dc 100644
--- a/crawl-ref/docs/crawl.6
+++ b/crawl-ref/docs/crawl.6
@@ -4,7 +4,6 @@
crawl - play the roguelike game of crawl
.SH SYNOPSIS
.BR crawl
-[-scores [N]]
[-name <string>]
[-race <letter>]
[-class <letter>]
@@ -12,6 +11,8 @@ crawl - play the roguelike game of crawl
[-plain]
[-dir <path>]
[-rc <file>]
+[-scores [N]]
+[-scorefile <file>]
.SH DESCRIPTION
Crawl is a fun game in the grand tradition of games like Rogue, Hack, and
Moria. Your objective is to travel deep into a subterranean cave complex and
@@ -26,9 +27,6 @@ of keys to use.
.PP
.SH OPTIONS
.TP
-\fB-scores\fR [N]
-show highscore list [first N entries]
-.TP
\fB-name\fR <string>
set character name
.TP
@@ -47,8 +45,19 @@ don't use IBM extended characters (needed when playing in a xterm)
\fB-dir\fR <path>
crawl directory
.TP
+\fB-macro\fR <path>
+directory for crawl macro file
+.TP
\fB-rc\fR <file>
init file name
+.TP
+\fB-scores\fR [N]
+show highscore list [first N entries]
+.TP
+\fB-scorefile\fR <file>
+scorefile name. If used without -scores, converts the scorefile to Crawl's
+native format and writes it to stdout (useful to convert logfiles from previous
+releases). If the filename is -, reads the scorefile on stdin.
.PP
.SH THE GAME
.IP "CHARACTER SPECIES"