mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-04 00:15:32 +02:00
pacman: fixed confusing example
This commit is contained in:
parent
6d3294dcbe
commit
8e48387757
1 changed files with 2 additions and 2 deletions
|
@ -14,9 +14,9 @@
|
|||
|
||||
`pacman -Rs {{package_name}}`
|
||||
|
||||
- Search the package database for a keyword:
|
||||
- Search the package database for a regular expression or keyword:
|
||||
|
||||
`pacman -Ss icon theme`
|
||||
`pacman -Ss {{regexp}}`
|
||||
|
||||
- List installed packages and versions:
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue