Skip to content

Commit

Permalink
dylan-compiler: slightly more explicit help text for -target option
Browse files Browse the repository at this point in the history
  • Loading branch information
cgay committed Dec 15, 2024
1 parent 25dac8a commit 4a7d65b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -18,7 +18,7 @@ define command-line main => <main-command>

keyword back-end :: <symbol> = "the compiler back-end to use";
keyword build-script :: <file-locator> = "the (Jam) build script";
keyword target :: <symbol> = "the type of executable";
keyword target :: <symbol> = "the type of binary to create (executable or dll)";
keyword dispatch-coloring :: <symbol> = "the dispatch coloring output type";

flag help = "show this help summary";
Expand Down
2 changes: 1 addition & 1 deletion sources/environment/console/environment-command-line.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ define command-line main => <main-command>

keyword back-end :: <symbol> = "the compiler back-end to use";
keyword build-script :: <file-locator> = "the (Jam) build script";
keyword target :: <symbol> = "the type of executable";
keyword target :: <symbol> = "the type of binary to create (executable or dll)";
keyword dispatch-coloring :: <symbol> = "the dispatch coloring output type";

flag help = "show this help summary";
Expand Down

0 comments on commit 4a7d65b

Please sign in to comment.