diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2017-01-04 11:42:31 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2017-01-04 11:42:31 +0100 |
commit | 9b4ec5730a8739a55cce25adc8120b28035baebc (patch) | |
tree | 97045a61537a2fdbe15ea66b5c3e433d5a09671d /doc | |
parent | de793e9a5a26d610285c3b0521f433c753bf7d44 (diff) | |
download | guix-9b4ec5730a8739a55cce25adc8120b28035baebc.tar guix-9b4ec5730a8739a55cce25adc8120b28035baebc.tar.gz |
doc: Change wording for "--with-graft".
* doc/guix.texi (Package Transformation Options): Change wording for
"--with-graft" documentation.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 74f1e77e28..3a9ebe8a63 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -4685,7 +4685,7 @@ procedure (@pxref{Defining Packages, @code{package-input-rewriting}}). @item --with-graft=@var{package}=@var{replacement} This is similar to @code{--with-input} but with an important difference: -instead of rebuilding all the dependency chain, @var{replacement} is +instead of rebuilding the whole dependency chain, @var{replacement} is built and then @dfn{grafted} onto the binaries that were initially referring to @var{package}. @xref{Security Updates}, for more information on grafts. |