From d37bd8c82f2c710f2030e1938fbdce082b3c11e7 Mon Sep 17 00:00:00 2001 From: Rob Swindell <rob@synchro.net> Date: Wed, 11 Nov 2020 19:49:21 -0800 Subject: [PATCH] Clarify in the help text that first directory is cloned... when there is no "template directory" selected/configured. --- src/sbbs3/scfg/scfgxfr2.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sbbs3/scfg/scfgxfr2.c b/src/sbbs3/scfg/scfgxfr2.c index 69eadb4bcf..1e70d07a5c 100644 --- a/src/sbbs3/scfg/scfgxfr2.c +++ b/src/sbbs3/scfg/scfgxfr2.c @@ -510,6 +510,11 @@ void xfer_cfg() "If you want to clone the options of the template directory of this\n" "library into all directories of this library, select `Yes`.\n" "\n" + "If no directory has been configured as the template directory, then\n" + "the `first` directory is used as the template to be cloned.\n" + "A directory is marked as the template for the library in its\n" + "`Toggle Options` menu.\n" + "\n" "The options cloned are upload requirements, download requirements,\n" "operator requirements, exempted user requirements, toggle options,\n" "maximum number of files, allowed file extensions, default file\n" -- GitLab