table of contents
other versions
- buster 7.6.0-1
- testing 7.8.5-1
- unstable 7.8.5-1
- experimental 7.8.6~rc2-1~exp1
g.manual(1grass) | Grass User's Manual | g.manual(1grass) |
NAME¶
g.manual - Displays the manual pages of GRASS modules.KEYWORDS¶
general, manual, helpSYNOPSIS¶
g.manualg.manual --help
g.manual [-itmo] entry=string [--help] [--verbose] [--quiet] [--ui]
Flags:¶
- -i
-
Display index - -t
-
Display topics - -m
-
Display as MAN text page instead of HTML page in browser - -o
-
Display online manuals instead of locally installed
Use online manuals available at http://grass.osgeo.org website. This flag has no effect when displaying MAN text pages. - --help
-
Print usage summary - --verbose
-
Verbose module output - --quiet
-
Quiet module output - --ui
-
Force launching GUI dialog
Parameters:¶
- entry=string [required]
-
Manual entry to be displayed
DESCRIPTION¶
g.manual display the manual pages of GRASS in HTML and MAN format.NOTES¶
The name of the browser is defined in the environment variable GRASS_HTML_BROWSER. For most platforms this should be an executable in your PATH, or the full path to an executable. See variables for details.EXAMPLES¶
Show index page in the browser.g.manual -iShow manual page of d.vect module in the browser.
g.manual d.vectShow module manual page in terminal.
g.manual -m d.vect
AUTHOR¶
Markus NetelerLast changed: $Date: 2013-01-06 16:32:45 +0100 (Sun, 06 Jan 2013) $
SOURCE CODE¶
Available at: g.manual source code (history)Main index | General index | Topics index | Keywords index | Graphical index | Full index
© 2003-2019 GRASS Development Team, GRASS GIS 7.6.0 Reference Manual
GRASS 7.6.0 |