mirror of https://github.com/CrimsonTome/tldr.git
pacman: fixed confusing example
parent
6d3294dcbe
commit
8e48387757
|
@ -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…
Reference in New Issue