Wordsmith description of --band option.
authorMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 06:50:34 +0000 (23:50 -0700)
committerMatt Birkholz <matt@birchwood-abbey.net>
Fri, 13 Dec 2019 06:50:34 +0000 (23:50 -0700)
Drop "returning" a "full pathname".  Leave more room for the default.

src/microcode/option.c

index 25d013b5c4f73125c9e573b5039c47d01b2e0fda..1d3056754ab9331c1f02fa2461ce864fe21f2186 100644 (file)
@@ -157,13 +157,11 @@ for the band.\n\
   defined, \"%s\" is used.\n\
 \n\
 --band FILENAME\n\
-  Specifies the initial band to be loaded.  Searches for FILENAME in\n\
-  the working directory and the library directories, returning the\n\
-  full pathname of the first readable file of that name.  If this\n\
-  option isn't given, the filename is the value of the environment\n\
-  variable MITSCHEME_BAND, or if that isn't defined, \"%s\"; in\n\
-  these cases the library directories are searched, but not the\n\
-  working directory.\n\
+  Specifies the initial band to be loaded.  Scheme searches for\n\
+  FILENAME in the working directory and the library directories.  If\n\
+  this option is not given, the environment variable MITSCHEME_BAND\n\
+  is used, or if that is not defined, \"%s\".\n\
+  If this option is not given, the working directory is not searched.\n\
 \n\
 --fasl FILENAME\n\
   Specifies that a cold load should be performed, using FILENAME as\n\