summaryrefslogtreecommitdiff
path: root/src/m_config.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/m_config.c')
-rw-r--r--src/m_config.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/m_config.c b/src/m_config.c
index 8f1a2aa4..cce90579 100644
--- a/src/m_config.c
+++ b/src/m_config.c
@@ -1672,8 +1672,8 @@ void M_LoadDefaults (void)
// @arg <file>
// @vanilla
//
- // Load configuration from the specified file. The default
- // configuration file (for Doom) is named default.cfg.
+ // Load main configuration from the specified file, instead of the
+ // default.
//
i = M_CheckParmWithArgs("-config", 1);
@@ -1695,8 +1695,8 @@ void M_LoadDefaults (void)
//!
// @arg <file>
//
- // Load extra configuration from the specified file. The default
- // configuration file for Doom is named chocolate-doom.cfg.
+ // Load additional configuration from the specified file, instead of
+ // the default.
//
i = M_CheckParmWithArgs("-extraconfig", 1);