mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
Update upgrade.md
Added "--" to options to reflect current syntax.
This commit is contained in:
parent
c724d9d1eb
commit
575e07d89b
1 changed files with 2 additions and 2 deletions
|
@ -24,10 +24,10 @@ Here are some example of corresponding command lines:
|
|||
yunohost tools update
|
||||
|
||||
# Upgrade all system packages
|
||||
yunohost tools upgrade system
|
||||
yunohost tools upgrade --system
|
||||
|
||||
# Upgrade all apps
|
||||
yunohost tools upgrade apps
|
||||
yunohost tools upgrade --apps
|
||||
|
||||
# Upgrade a specific application
|
||||
yunohost app upgrade wordpress
|
||||
|
|
Loading…
Reference in a new issue