From d379edd5bf960de8089b9f2083fc6f14b79e7bba Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Mon, 29 Jan 2018 03:03:15 +0000 Subject: [PATCH] search: remove from APK_COMMAND_GROUP_QUERY list does everything search does and more --- src/search.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/search.c b/src/search.c index 0854866..62ca816 100644 --- a/src/search.c +++ b/src/search.c @@ -209,7 +209,6 @@ static struct apk_applet apk_search = { .help = "Search package by PATTERNs or by indexed dependencies", .arguments = "PATTERN", .open_flags = APK_OPENF_READ | APK_OPENF_NO_STATE, - .command_groups = APK_COMMAND_GROUP_QUERY, .context_size = sizeof(struct search_ctx), .optgroups = { &optgroup_global, &optgroup_applet }, .main = search_main,