2006-10-31 15:23:16 +00:00
|
|
|
\section help help - display fish documentation
|
2005-09-20 13:31:55 +00:00
|
|
|
|
|
|
|
\subsection help-synopsis Synopsis
|
|
|
|
<tt>help [SECTION]</tt>
|
|
|
|
|
|
|
|
\subsection help-description Description
|
|
|
|
|
|
|
|
The \c help command is used to display a section of the fish help documentation.
|
|
|
|
|
2006-09-19 14:52:03 +00:00
|
|
|
If the BROWSER environment variable is set, it will be used to display the
|
|
|
|
documentation, otherwise fish will search for a suitable browser.
|
|
|
|
|
|
|
|
Note also that most builtin commands display their help in the terminal when
|
|
|
|
given the <tt>--help</tt> option.
|
2005-09-20 13:31:55 +00:00
|
|
|
|
|
|
|
\subsection help-example Example
|
|
|
|
|
|
|
|
<tt>help fg</tt> shows the documentation for the \c fg builtin.
|