diff options
author | Ulrich Müller <ulm@gentoo.org> | 2023-02-27 00:57:12 +0100 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2023-02-27 00:57:12 +0100 |
commit | 72ca0786ec4fe322088efb201d87308d9199ca6a (patch) | |
tree | b3898cb74780a8c4e182f689ae762e819e54c4ca /man | |
parent | Allow EPREFIX to be overridden for manipulating prefixed ROOT (diff) | |
download | eselect-72ca0786ec4fe322088efb201d87308d9199ca6a.tar.gz eselect-72ca0786ec4fe322088efb201d87308d9199ca6a.tar.bz2 eselect-72ca0786ec4fe322088efb201d87308d9199ca6a.zip |
New global option --eprefix
* bin/eselect.in: New global option --eprefix.
(es_do_help): Document it.
* doc/user-guide.txt:
* man/eselect.1: Document the --eprefix option.
Signed-off-by: Ulrich Müller <ulm@gentoo.org>
Diffstat (limited to 'man')
-rw-r--r-- | man/eselect.1 | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/man/eselect.1 b/man/eselect.1 index fad2aac..a331dee 100644 --- a/man/eselect.1 +++ b/man/eselect.1 @@ -1,8 +1,8 @@ .\" -*- coding: utf-8 -*- -.\" Copyright 2005-2022 Gentoo Authors +.\" Copyright 2005-2023 Gentoo Authors .\" Distributed under the terms of the GNU GPL version 2 or later .\" -.TH ESELECT 1 "January 2022" "Gentoo Linux" eselect +.TH ESELECT 1 "February 2023" "Gentoo Linux" eselect .SH NAME eselect \- Gentoo's multi\-purpose configuration and management tool .SH SYNOPSIS @@ -33,6 +33,15 @@ The default is for which colour output is enabled only if standard output is connected to a terminal. .TP +.BI \-\-eprefix= path +The +.I path +that eselect should use as the offset-prefix path for its operations. +Only relevant for a cross-prefix build. If neither this option nor the +.I EPREFIX +environment variable are specified, the hardcoded prefix of the build +host is used as a default. +.TP .BI \-\-root= path The .I path |