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.