From abf7c2838bc09bf515b7c2f0f6f631786b3e7c08 Mon Sep 17 00:00:00 2001 From: William Pitcock Date: Tue, 9 Jan 2018 01:47:21 +0000 Subject: apk: usage: cleanup help text when no applet is selected --- src/del.c | 1 + 1 file changed, 1 insertion(+) (limited to 'src/del.c') diff --git a/src/del.c b/src/del.c index 5756a3a..d1a6015 100644 --- a/src/del.c +++ b/src/del.c @@ -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, -- cgit v1.2.3-70-g09d2