To show short descriptions of a tool's options, type this command at the command line:
tool -help
where tool is the name of the CodeWarrior build tool.
To show only a few lines of help information at a time, pipe the tool's output to a pager program. For example,
tool -help | more
will use the more pager program to display the help information.
Enter the following command in a Command Prompt window to see a list of specifications that describe how options are formatted:
tool -help usage
where tool is the name of the CodeWarrior build tool.