1
0
Fork 0
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:
Thilo Reich 2021-09-28 17:10:30 +01:00 committed by GitHub
parent c724d9d1eb
commit 575e07d89b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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