From 4d8a920366143c38d5bc521470e353c11e788b04 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Thu, 23 Mar 2023 13:12:34 +0200 Subject: db, dot, fetch, info, list, search: support --from=FROMSPEC Allow omitting loading of system installed database and system repositories for the commands that operate on package indexes only. --- src/app_info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/app_info.c') diff --git a/src/app_info.c b/src/app_info.c index cf7f58f..8ba0c10 100644 --- a/src/app_info.c +++ b/src/app_info.c @@ -473,7 +473,7 @@ static struct apk_applet apk_info = { .name = "info", .open_flags = APK_OPENF_READ, .context_size = sizeof(struct info_ctx), - .optgroups = { &optgroup_global, &optgroup_applet }, + .optgroups = { &optgroup_global, &optgroup_source, &optgroup_applet }, .main = info_main, }; -- cgit v1.2.3-70-g09d2