From bfa39f6bf6107952b73c21a079129bc55b39a53f Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Thu, 27 Jun 2013 15:28:49 -0400 Subject: fix: improve usage Acked-by: Natanael Copa --- src/fix.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/fix.c') 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" }, }; -- cgit v1.2.3-60-g2f50