Clarify docs for --root-deps. (trunk r13268)
authorZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:54:14 +0000 (06:54 -0000)
committerZac Medico <zmedico@gentoo.org>
Thu, 30 Apr 2009 06:54:14 +0000 (06:54 -0000)
svn path=/main/branches/2.1.6/; revision=13447

man/emerge.1
pym/_emerge/help.py

index c4295d69d52b026bbc360944b64ac79941339b4f..3003c49ebfb8e34842370b364265179c7a4ffd1f 100644 (file)
@@ -421,7 +421,8 @@ enabled are added or removed.
 Set the \fBROOT\fR environment variable.
 .TP
 .BR "\-\-root\-deps[=rdeps]"
-If no argument is given then build\-time dependencies are installed to
+If no argument is given then build\-time dependencies of packages for
+\fBROOT\fR are installed to
 \fBROOT\fR instead of /. If the \fBrdeps\fR argument is given then discard
 all build\-time dependencies of packages for \fBROOT\fR. This option is
 only meaningful when used together with \fBROOT\fR and it should not
index 3f4442d1da218baa2a0b768965daf5dcdf759c1b..c3cc0ea61d16ba5ce4e12e8c464308738521cd87 100644 (file)
@@ -420,7 +420,8 @@ def help(myaction,myopts,havecolor=1):
                        print desc_indent + line
                print
                print "       "+green("--root-deps[=rdeps]")
-               desc = "If no argument is given then build-time dependencies are installed to " + \
+               desc = "If no argument is given then build-time dependencies of packages for " + \
+                       "ROOT are installed to " + \
                        "ROOT instead of /. If the rdeps argument is given then discard " + \
                        "all build-time dependencies of packages for ROOT. This option is " + \
                        "only meaningful when used together with ROOT and it should not " + \