aboutsummaryrefslogtreecommitdiff
blob: 92b62145338eb09b89f06ac9b903dfd93114d95f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
.\" Copyright 2005-2009 Gentoo Foundation
.\" Distributed under the terms of the GNU General Public License v2
.\" $Id$
.\"
.TH ESELECT 1 "August 2009" "Gentoo Linux" eselect
.SH NAME
eselect \- Gentoo's multi\-purpose configuration and management tool
.SH SYNOPSIS
.B eselect
.RI [ "global options" ]
.I module
.RI [ action ]
.SH DESCRIPTION
.B eselect
is Gentoo's configuration and management tool.  It features modules
that care for individual administrative tasks.
.SH OPTIONS
.TP
.B \-\-brief
Set brief output mode, for use as input to other programs.
(This is an experimental feature.)
.TP
.BR \-\-no-color ", " \-\-no-colour
Disable coloured output.
.SH BUILT-INS
.TP
.B help
Displays a help screen listing all built\-ins and the installed modules.
.TP
.B usage
Displays a minimal help screen.
.TP
.B version
Prints eselect's version tag.
.SH MODULES
You can view a list of installed modules using
.IP
.B eselect modules list
.PP
For individual help on each module, please run
.IP
.B eselect
.I module
.B help
.PP
or refer to the manpage
.IR module .eselect(5).
.SH FULL DOCUMENTATION
Full user and developer documentation is included in Restructured Text (RST)
format.  The 'html' Make target can be used to generate HTML versions.
.SH AUTHORS
Danny van Dyk <kugelfang@gentoo.org>
.br
Ciaran McCreesh <ciaranm@gentoo.org>
.br
Aaron Walker <ka0ttic@gentoo.org>
.br
Ulrich Mueller <ulm@gentoo.org>
.SH REVISION
$Id$