1 Obtaining General Help

To obtain general information about the cminor program, use the following command:

cminor

1.1 Obtaining Help About Specific Topic

To obtain help about the build command, use the following command:

cminor --help build

To obtain help about the clean command, use the following command:

cminor --help clean

To obtain help about the run command, use the following command:

cminor --help run

To obtain help about the debug command, use the following command:

cminor --help debug

To obtain help about the dump command, use the following command:

cminor --help dump

1.3 Enabling Verbose Command Output

To enable verbose output for a Cminor command, use the verbose option:

cminor --verbose <rest of command line>