diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-11-02 00:01:35 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-11-02 00:01:35 +0100 |
commit | 13ed095c50e248d265ffec6c98559abf3f023be8 (patch) | |
tree | 3c2a9e847e53a56a66306da15351a4bc153cdeec /doc | |
parent | 45b418d6342006779c599ad5ff7414fedad5de62 (diff) | |
download | guix-13ed095c50e248d265ffec6c98559abf3f023be8.tar guix-13ed095c50e248d265ffec6c98559abf3f023be8.tar.gz |
doc: Document the syntax of the '--remove' argument.
* doc/guix.texi (Invoking guix package): Document the syntax of
'--remove' patterns.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/guix.texi | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 054d0af467..79aa71a993 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -540,6 +540,11 @@ multiple-output package. @itemx -r @var{package} Remove @var{package}. +As for @code{--install}, @var{package} may specify a version number +and/or output name in addition to the package name. For instance, +@code{-r glibc:debug} would remove the @code{debug} output of +@code{glibc}. + @item --upgrade[=@var{regexp}] @itemx -u [@var{regexp}] Upgrade all the installed packages. When @var{regexp} is specified, upgrade |