mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-04-29 23:24:55 +02:00
snap: add example to update to another channel (#6046)
This commit is contained in:
parent
f53c6b87f9
commit
c0ea286ede
1 changed files with 4 additions and 0 deletions
|
@ -15,6 +15,10 @@
|
|||
|
||||
`snap refresh {{package_name}}`
|
||||
|
||||
- Update a package to another channel (track, risk, or branch):
|
||||
|
||||
`snap refresh {{package_name}} --channel={{channel}}`
|
||||
|
||||
- Update all packages:
|
||||
|
||||
`snap refresh`
|
||||
|
|
Loading…
Add table
Reference in a new issue