mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-21 05:50:53 +00:00
Update cheatsheets
This commit is contained in:
@@ -17,14 +17,14 @@ source: https://github.com/tldr-pages/tldr.git
|
||||
|
||||
`aur sync {{package}}`
|
||||
|
||||
- [l]ist packages available in your local repository:
|
||||
- List packages available in your local repository:
|
||||
|
||||
`aur repo --list`
|
||||
`aur repo {{[-l|--list]}}`
|
||||
|
||||
- [u]pgrade local repository packages:
|
||||
- Upgrade local repository packages:
|
||||
|
||||
`aur sync --upgrades`
|
||||
`aur sync {{[-u|--upgrades]}}`
|
||||
|
||||
- Install a package without viewing changes in Vim and do not confirm dependency installation:
|
||||
|
||||
`aur sync --noview --noconfirm {{package}}`
|
||||
`aur sync --noview {{[-n|--noconfirm]}} {{package}}`
|
||||
|
||||
Reference in New Issue
Block a user