Skip to content

Commit

Permalink
Improve -help output for -internal-debug option
Browse files Browse the repository at this point in the history
I haven't used it enough to remember that it's comma-separated rather than a
repeated option, so this is for Future Me.
  • Loading branch information
cgay committed Nov 11, 2023
1 parent e0ead43 commit ca5e745
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 ca5e745

Please sign in to comment.