summaryrefslogtreecommitdiff
path: root/src/fix.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/fix.c')
-rw-r--r--src/fix.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/fix.c b/src/fix.c
index 4672813..3a7a8e6 100644
--- a/src/fix.c
+++ b/src/fix.c
@@ -86,8 +86,8 @@ static int fix_main(void *pctx, struct apk_database *db, struct apk_string_array
static struct apk_option fix_options[] = {
{ 'd', "depends", "Fix all dependencies too" },
- { 'u', "upgrade", "Upgrade package if possible" },
- { 'r', "reinstall", "Reinstall the package" },
+ { 'r', "reinstall", "Reinstall the package (default)" },
+ { 'u', "upgrade", "Prefer to upgrade package" },
{ 0x10000, "directory-permissions", "Reset all directory permissions" },
};