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";