diff options
author | Ludovic Courtès <ludo@gnu.org> | 2018-12-21 22:02:16 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2018-12-21 23:50:13 +0100 |
commit | 295430f0cfdff1ca517cfa74136b550fecf6efcb (patch) | |
tree | cc156f1df87cda6974ca89cc9517a6f34f78960f | |
parent | 947babea725bb9f0cde4a17fd414f71b32741134 (diff) | |
download | gnu-guix-295430f0cfdff1ca517cfa74136b550fecf6efcb.tar gnu-guix-295430f0cfdff1ca517cfa74136b550fecf6efcb.tar.gz |
doc: '--search' is case-insensitive.
Suggested by Chris Marusich <cmmarusich@gmail.com>.
* doc/guix.texi (Invoking guix package): Mention that --search is
case-insensitive.
-rw-r--r-- | doc/guix.texi | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index 8f6a8b3ed2..e254b38597 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -2120,7 +2120,8 @@ availability of packages: @itemx -s @var{regexp} @cindex searching for packages List the available packages whose name, synopsis, or description matches -@var{regexp}, sorted by relevance. Print all the metadata of matching packages in +@var{regexp} (in a case-insensitive fashion), sorted by relevance. +Print all the metadata of matching packages in @code{recutils} format (@pxref{Top, GNU recutils databases,, recutils, GNU recutils manual}). |