doc: '--search' is case-insensitive.
Suggested by Chris Marusich <cmmarusich@gmail.com>. * doc/guix.texi (Invoking guix package): Mention that --search is case-insensitive.
This commit is contained in:
parent
947babea72
commit
295430f0cf
1 changed files with 2 additions and 1 deletions
|
@ -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}).
|
||||
|
||||
|
|
Loading…
Reference in a new issue