Update upgrade.md: v4.2 deprecation notice

This commit is contained in:
tituspijean 2021-09-28 18:21:54 +02:00 committed by GitHub
parent 575e07d89b
commit 6ffbcb9224
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,11 +24,15 @@ 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
```
!! If you are upgrading from YunoHost below v4.2.2, `system` and `apps` were flags of the command. Add `--` before them:
!! `yunohost tools upgrade --system`
!! `yunohost tools upgrade --apps`