public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] portage r13247 - main/trunk/pym/_emerge
@ 2009-03-29 19:32 Zac Medico (zmedico)
  0 siblings, 0 replies; only message in thread
From: Zac Medico (zmedico) @ 2009-03-29 19:32 UTC (permalink / raw
  To: gentoo-commits

Author: zmedico
Date: 2009-03-29 19:32:57 +0000 (Sun, 29 Mar 2009)
New Revision: 13247

Modified:
   main/trunk/pym/_emerge/help.py
Log:
Document --root and --config-root.


Modified: main/trunk/pym/_emerge/help.py
===================================================================
--- main/trunk/pym/_emerge/help.py	2009-03-29 19:26:50 UTC (rev 13246)
+++ main/trunk/pym/_emerge/help.py	2009-03-29 19:32:57 UTC (rev 13247)
@@ -269,6 +269,12 @@
 		for line in wrap(desc, desc_width):
 			print desc_indent + line
 		print
+		print "       "+green("--config-root=DIR")
+		desc = "Set the PORTAGE_CONFIGROOT environment variable " + \
+			"which is documented in the emerge(1) man page."
+		for line in wrap(desc, desc_width):
+			print desc_indent + line
+		print
 		print "       "+green("--debug")+" ("+green("-d")+" short option)"
 		print "              Tell emerge to run the ebuild command in --debug mode. In this"
 		print "              mode, the bash build environment will run with the -x option,"
@@ -419,6 +425,12 @@
 		print "              not trigger reinstallation when flags that the user has not"
 		print "              enabled are added or removed."
 		print
+		print "       "+green("--root=DIR")
+		desc = "Set the ROOT environment variable " + \
+			"which is documented in the emerge(1) man page."
+		for line in wrap(desc, desc_width):
+			print desc_indent + line
+		print
 		print "       "+green("--root-deps")
 		desc = "Install build-time dependencies to ROOT instead of /. This option " + \
 			"should not be enabled under normal circumstances. For currently supported " + \




^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-29 19:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-03-29 19:32 [gentoo-commits] portage r13247 - main/trunk/pym/_emerge Zac Medico (zmedico)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox