Skip to content

Commit

Permalink
Merge pull request #1540 from cgay/internal-debug-help
Browse files Browse the repository at this point in the history
Improve -help output for -internal-debug option
  • Loading branch information
cgay authored Nov 12, 2023
2 parents e0ead43 + ca5e745 commit e74ffa4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sources/environment/console/compiler-command-line.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ define command-line main => <main-command>
keyword personal-root :: <directory-locator> = "personal area root";
keyword system-root :: <directory-locator> = "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";
Expand Down

0 comments on commit e74ffa4

Please sign in to comment.