Getting Started

Get help quickly

To find help about how to run an application and the options it will accept, type the following command into the UNIX command line:

$ <progname> -help

Here, <progname> is the name of the application you need help for. For example:

$ prj -help

If you are messing around with the various scripts (e.g., Install_o1), use the standard Unix way of calling help:

$ Install_o1 --help

A non-exhaustive list of issues


Back to top | Back to Welcome page