Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
OPAM-HELP(1)			   Opam Manual			    OPAM-HELP(1)

NAME
     opam-help - Display help about opam and opam commands.

SYNOPSIS
     opam help [--man-format=FMT] [OPTION]a| [TOPIC]

DESCRIPTION
     Prints help about opam commands.

     Use `opam help topics' to get the full list of help topics.

ARGUMENTS
     TOPIC
	 The topic to get help on.

OPTIONS
     --man-format=FMT (absent=pager)
	 Show  output  in  format FMT. The value FMT must be one of auto, pager,
	 groff or plain. With auto, the format is pager or  plain  whenever  the
	 TERM env var is dumb or undefined.

COMMON OPTIONS
     --help[=FMT] (default=auto)
	 Show this help in format FMT. The value FMT must be one of auto, pager,
	 groff	or  plain.  With auto, the format is pager or plain whenever the
	 TERM env var is dumb or undefined.

     --version
	 Show version information.

EXIT STATUS
     opam help exits with:

     0	 on success.

     123
	 on indiscriminate errors reported on standard error.

     124
	 on command line parsing errors.

     125
	 on unexpected internal errors (bugs).

SEE ALSO
     opam(1)

Opam 2.5.1							    OPAM-HELP(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=opam-help&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help