Clarify docs for --root-deps.
authorZac Medico <zmedico@gentoo.org>
Wed, 1 Apr 2009 02:55:46 +0000 (02:55 -0000)
committerZac Medico <zmedico@gentoo.org>
Wed, 1 Apr 2009 02:55:46 +0000 (02:55 -0000)
svn path=/main/trunk/; revision=13268

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

index 44a746039a57b626041c643df9a28bb21d6dedbd..d186b80ae7a50248d30a4d0d96ba665a6fe7a266 100644 (file)
@@ -424,7 +424,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 033c93a55c78473b1e8df36232fa0fbf48db4e48..4e379429e5845e68f5b951096d8c4f6114960796 100644 (file)
@@ -423,7 +423,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 " + \