summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorSimon Howard2014-05-11 00:19:21 -0400
committerSimon Howard2014-05-11 00:19:21 -0400
commitb19ba33766b80c7b216692f03839fcc23ef36ac0 (patch)
tree07e9918ee65d32e622ca447fd571ce7b90d64b4a /src
parent72ce4242077f23b7de876b977397856bd072a6b1 (diff)
parent28c1aa1b1cdd315850b649a065cec61e1846d926 (diff)
downloadchocolate-doom-b19ba33766b80c7b216692f03839fcc23ef36ac0.tar.gz
chocolate-doom-b19ba33766b80c7b216692f03839fcc23ef36ac0.tar.bz2
chocolate-doom-b19ba33766b80c7b216692f03839fcc23ef36ac0.zip
Merge branch 'master' of github.com:chocolate-doom/chocolate-doom
Diffstat (limited to 'src')
-rw-r--r--src/setup/mode.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/setup/mode.c b/src/setup/mode.c
index 89f0f753..d0e1f201 100644
--- a/src/setup/mode.c
+++ b/src/setup/mode.c
@@ -338,7 +338,7 @@ void SetupMission(GameSelectCallback callback)
// @arg <game>
//
// Specify the game to configure the settings for. Valid
- // values are 'doom', 'heretic' and 'hexen'.
+ // values are 'doom', 'heretic', 'hexen' and 'strife'.
//
p = M_CheckParm("-game");