Skip to content

Commit

Permalink
Merge pull request #1533 from cgay/show-properties
Browse files Browse the repository at this point in the history
Add "show properties" to the compiler help output
  • Loading branch information
cgay authored Sep 21, 2023
2 parents 089f6ef + 7054f06 commit a63ef63
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions sources/environment/commands/basic-commands.dylan
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,10 @@ define method display-help
end;
end;
format(stream,
"For documentation on a group, use: HELP %sGROUP group.\n"
"For documentation on a command, use: HELP command\n"
"For a complete list of commands, use: SHOW COMMANDS\n"
"For documentation on a group, use: HELP %sGROUP group.\n"
"For documentation on a command, use: HELP command\n"
"For a complete list of commands, use: SHOW COMMANDS\n"
"For a complete list of properties, use: SHOW PROPERTIES\n"
"\n"
"For full documentation, see %sdocumentation/\n"
"For a guide to the command line tools, see %sdocumentation/getting-started-cli/\n",
Expand Down

0 comments on commit a63ef63

Please sign in to comment.