flatpak: replace remote-list with remove example (#8584)

pull/1/head
Joel Tony 2022-10-06 10:00:25 +05:30 committed by GitHub
parent ff7b2eb1ea
commit 7b569748f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -23,14 +23,14 @@
`flatpak remote-add --if-not-exists {{remote_name}} {{remote_url}}`
- List all configured remote sources:
`flatpak remote-list`
- Remove an installed application:
`flatpak remove {{name}}`
- Remove all unused applications:
`flatpak remove --unused`
- Show information about an installed application:
`flatpak info {{name}}`