From ca5e7452fd18baf903b238249a197362ca8afd4f Mon Sep 17 00:00:00 2001 From: Carl Gay Date: Sat, 11 Nov 2023 03:18:43 +0000 Subject: [PATCH] Improve -help output for -internal-debug option I haven't used it enough to remember that it's comma-separated rather than a repeated option, so this is for Future Me. --- sources/environment/console/compiler-command-line.dylan | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/environment/console/compiler-command-line.dylan b/sources/environment/console/compiler-command-line.dylan index 66b149ec8..9cf86fbb6 100644 --- a/sources/environment/console/compiler-command-line.dylan +++ b/sources/environment/console/compiler-command-line.dylan @@ -43,7 +43,7 @@ define command-line main => keyword personal-root :: = "personal area root"; keyword system-root :: = "system area root"; keyword internal-debug :: $keyword-list-type - = "show debug messages (e.g. for linker, project-manager)"; + = "show debug messages (comma separated, e.g. linker,project-manager)"; flag unify = "combine libraries into a single executable"; flag profile-commands = "profile the execution of each command"; flag harp = "generate HARP output";