Update commands

The upgrade commands now work by adding double dashes before "system" and "apps"
This commit is contained in:
Muhammad Qureshi 2021-09-28 11:41:31 +05:00 committed by GitHub
parent c724d9d1eb
commit 98774611be
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