aboutsummaryrefslogtreecommitdiff
blob: a7da22cd6b105aa4f4cd03594e20e105d1b6cccf (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
61
62
63
64
65
66
67
68
69
70
71
.\" -*- coding: utf-8 -*-
.\" Copyright 2005-2012 Gentoo Foundation
.\" Distributed under the terms of the GNU GPL version 2 or later
.\" $Id$
.\"
.TH ESELECT 1 "October 2011" "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
.BI \-\-color= "mode, " \-\-colour= mode
Enable or disable colour output.
.I mode
can be
.BR yes ,
.BR no ,
or
.BR auto .
The default is
.BR auto ,
for which colour output is enabled only if standard output is
connected to a terminal.
.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 Müller <ulm@gentoo.org>
.SH REVISION
$Id$