Displaying usage information and man pages
You can display a summary of usage information for any UNIX command-line program by typing the command plus the --help
or -h
option. For example, to see the usage information for the dacontrol
command:
dacontrol --help
For more complete information about any command, read the command’s man
page. For example, to see the man
page for the dacontrol
command, type:
man dacontrol