summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDanny Milosavljevic <dannym@scratchpost.org>2020-03-12 09:54:11 +0100
committerDanny Milosavljevic <dannym@scratchpost.org>2020-03-12 09:55:20 +0100
commit04b4c43232d114d7bc4a415e3c6138c52d33a800 (patch)
tree15dcfcce7ea4df2f207b047262808f4ebbd9845d
parentd8ba1135eb3cc0a01f84675bec4979d58301f8f5 (diff)
downloadpatches-04b4c43232d114d7bc4a415e3c6138c52d33a800.tar
patches-04b4c43232d114d7bc4a415e3c6138c52d33a800.tar.gz
doc: Fix description for "guix package -A".
* doc/guix.texi (Invoking guix package): Fix description for "guix package -A".
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index eb6eb99361..dd32b65fe0 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -3122,7 +3122,7 @@ the store.
@itemx -A [@var{regexp}]
List packages currently available in the distribution for this system
(@pxref{GNU Distribution}). When @var{regexp} is specified, list only
-installed packages whose name matches @var{regexp}.
+available packages whose name matches @var{regexp}.
For each package, print the following items separated by tabs: its name,
its version string, the parts of the package (@pxref{Packages with