From c4ee6f317da33f2b31f1e30652a0a73f589eda2e Mon Sep 17 00:00:00 2001
From: rswindell <>
Date: Sat, 26 Jan 2002 15:01:40 +0000
Subject: [PATCH] Always display -d and -c command-line options.

---
 src/sbbs3/scfg/scfg.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/scfg/scfg.c b/src/sbbs3/scfg/scfg.c
index d48dcb5fbc..0e6d0f1f85 100644
--- a/src/sbbs3/scfg/scfg.c
+++ b/src/sbbs3/scfg/scfg.c
@@ -155,9 +155,9 @@ int main(int argc, char **argv)
                         "-f  =  force save of config files\r\n"
                         "-u  =  update all message base status headers\r\n"
                         "-h  =  don't update message base status headers\r\n"
-#if !defined(__unix__)
                         "-d  =  run in standard input/output/door mode\r\n"
                         "-c  =  force color mode\r\n"
+#if !defined(__unix__)
                         "-v# =  set video mode to #\r\n"
 #endif
                         "-l# =  set screen lines to #\r\n"
-- 
GitLab