summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/acr.cc
diff options
context:
space:
mode:
authordolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-04 17:32:32 +0000
committerdolorous <dolorous@c06c8d41-db1a-0410-9941-cceddc491573>2009-07-04 17:32:32 +0000
commita51373bd73dcf4a99fa895ad24508ce5af2d426a (patch)
treeb0ad22328552f499a0936ffd82b78bea5110335d /crawl-ref/source/acr.cc
parentc26c1d03ff6321bf0f392acc36117ddbe0aed622 (diff)
downloadcrawl-ref-a51373bd73dcf4a99fa895ad24508ce5af2d426a.tar.gz
crawl-ref-a51373bd73dcf4a99fa895ad24508ce5af2d426a.zip
Add punctuation fixes.
git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@10094 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/acr.cc')
-rw-r--r--crawl-ref/source/acr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/acr.cc b/crawl-ref/source/acr.cc
index 5c33712ff5..a2253fb330 100644
--- a/crawl-ref/source/acr.cc
+++ b/crawl-ref/source/acr.cc
@@ -308,7 +308,7 @@ static void _show_commandline_options_help()
puts("Command line options override init file options, which override");
puts("environment options (CRAWL_NAME, CRAWL_DIR, CRAWL_RC).");
puts("");
- puts("Highscore list options: (Can be redirected to more, etc)");
+ puts("Highscore list options: (Can be redirected to more, etc.)");
puts(" -scores [N] highscore list");
puts(" -tscores [N] terse highscore list");
puts(" -vscores [N] verbose highscore list");