mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-08 01:26:00 +02:00
flatpak: changed one example to use --app (#12120)
Co-authored-by: Vitor Henrique <87824454+vitorhcl@users.noreply.github.com>
This commit is contained in:
parent
7f4dc29094
commit
5894cbbd19
1 changed files with 2 additions and 2 deletions
|
@ -11,9 +11,9 @@
|
||||||
|
|
||||||
`flatpak install {{remote}} {{name}}`
|
`flatpak install {{remote}} {{name}}`
|
||||||
|
|
||||||
- List all installed applications and runtimes:
|
- List installed applications, ignoring runtimes:
|
||||||
|
|
||||||
`flatpak list`
|
`flatpak list --app`
|
||||||
|
|
||||||
- Update all installed applications and runtimes:
|
- Update all installed applications and runtimes:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue