From a2db2a6e27d87534db26addca330c769a10de1a3 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Sat, 9 Feb 2019 17:34:02 +0000 Subject: [PATCH] Format mzscheme help output Also simplify -dynamic-load option help as it does more than not emit scheme_initialize, scheme_reload, scheme_module_name. --- Source/Modules/mzscheme.cxx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/Source/Modules/mzscheme.cxx b/Source/Modules/mzscheme.cxx index 1df5ae0fb..23be87d0f 100644 --- a/Source/Modules/mzscheme.cxx +++ b/Source/Modules/mzscheme.cxx @@ -17,12 +17,10 @@ static const char *usage = "\ Mzscheme Options (available with -mzscheme)\n\ - -declaremodule - Create extension that declares a module\n\ - -dynamic-load ,[library,...] - Do not link with these libraries, dynamic load\n\ - them\n\ - -noinit - Do not emit scheme_initialize, scheme_reload,\n\ - scheme_module_name functions\n\ - -prefix - Set a prefix to be prepended to all names\n\ + -declaremodule - Create extension that declares a module\n\ + -dynamic-load ,[lib,...] - Do not link with these libraries, dynamic load them\n\ + -noinit - Do not emit module initialization code\n\ + -prefix - Set a prefix to be prepended to all names\n\ "; static String *fieldnames_tab = 0;