From 13c520ef1ea394d306448205fd8c8faf0d4c7fc3 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Sun, 20 Mar 2022 19:55:26 -0700 Subject: [PATCH] Update the help text for the "file existence check" option This option actually controls whether the disk will be queried for the current file size and modification date/time (when listing) too. --- src/sbbs3/scfg/scfgxfr2.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/sbbs3/scfg/scfgxfr2.c b/src/sbbs3/scfg/scfgxfr2.c index 20c413d383..3e631c5a70 100644 --- a/src/sbbs3/scfg/scfgxfr2.c +++ b/src/sbbs3/scfg/scfgxfr2.c @@ -1504,7 +1504,8 @@ void dir_cfg(uint libnum) "`Check for File Existence When Listing:`\n" "\n" "If you want the actual existence of files to be verified while listing\n" - "directories, set this value to `Yes`.\n" + "directories and to have the current file size and modification time\n" + "reported when listing files, set this value to `Yes`.\n" "\n" "Directories with files located on CD-ROM or other slow media should have\n" "this option set to `No`.\n" -- GitLab