diff options
Diffstat (limited to 'src/upgrade.c')
-rw-r--r-- | src/upgrade.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/upgrade.c b/src/upgrade.c index 22839db..f5fcb41 100644 --- a/src/upgrade.c +++ b/src/upgrade.c @@ -144,7 +144,8 @@ static int upgrade_main(void *ctx, struct apk_database *db, struct apk_string_ar int r = 0; if (apk_db_check_world(db, db->world) != 0) { - apk_error("Not continuing with upgrade due to missing repository tags. Use --force to override."); + apk_error("Not continuing with upgrade due to missing repository tags. " + "Use --force-broken-world to override."); return -1; } |