diff options
Diffstat (limited to 'src/del.c')
-rw-r--r-- | src/del.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -162,6 +162,7 @@ static struct apk_applet apk_del = { .help = "Remove PACKAGEs from 'world' and uninstall them", .arguments = "PACKAGE...", .open_flags = APK_OPENF_WRITE, + .command_groups = APK_COMMAND_GROUP_INSTALL, .context_size = sizeof(struct del_ctx), .optgroups = { &optgroup_global, &optgroup_commit, &optgroup_applet }, .main = del_main, |