~ruther/guix-local

9b4ec5730a8739a55cce25adc8120b28035baebc — Ricardo Wurmus 9 years ago de793e9
doc: Change wording for "--with-graft".

* doc/guix.texi (Package Transformation Options): Change wording for
"--with-graft" documentation.
1 files changed, 1 insertions(+), 1 deletions(-)

M doc/guix.texi
M doc/guix.texi => doc/guix.texi +1 -1
@@ 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.