mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
[fix] --force upgrade option
This commit is contained in:
parent
73f6ec657e
commit
9e0d7f805f
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ Test that your applications are working. If they aren't, you should try to upgra
|
||||||
|
|
||||||
If your app is broken and you were already with the last version, you can rerun the upgrade thanks to the `-f` option:
|
If your app is broken and you were already with the last version, you can rerun the upgrade thanks to the `-f` option:
|
||||||
```
|
```
|
||||||
yunohost app upgrade -f APP_NAME
|
yunohost app upgrade --force APP_NAME
|
||||||
```
|
```
|
||||||
|
|
||||||
## Current known (minor) issues after the migration
|
## Current known (minor) issues after the migration
|
||||||
|
|
Loading…
Add table
Reference in a new issue