ver: show all packages with -v

ref #1122
cute-signatures
Natanael Copa 2012-05-07 10:53:45 +02:00
parent 08595072ae
commit a6b28beef0
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ static int ver_main(void *ctx, struct apk_database *db, int argc, char **argv)
if (ictx->limchars) {
if (strlen(ictx->limchars) == 0)
ictx->limchars = NULL;
} else if (argc == 0) {
} else if (argc == 0 && apk_verbosity == 1) {
ictx->limchars = "<";
}