From 7ff3ad054bc203e46912c526f52de0b727263e09 Mon Sep 17 00:00:00 2001 From: Aurelien Foret Date: Sun, 1 Jan 2006 15:12:20 +0000 Subject: - reworked verbose levels - fixed the handling of command line errors when no operation is specified --- src/pacman/sync.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/pacman/sync.c') diff --git a/src/pacman/sync.c b/src/pacman/sync.c index b1499fb7..c25175da 100644 --- a/src/pacman/sync.c +++ b/src/pacman/sync.c @@ -253,7 +253,7 @@ static int sync_group(list_t *syncs, list_t *targets) PM_GRP *grp = alpm_list_getdata(lp); MSG(NL, "%s/%s\n", (char *)sync->treename, (char *)alpm_grp_getinfo(grp, PM_GRP_NAME)); - if(config->verbose > 1) { + if(config->verbose > 0) { PM_LIST_display(" ", alpm_grp_getinfo(grp, PM_GRP_PKGNAMES)); } } -- cgit v1.2.3