diff options
Diffstat (limited to 'src/app_del.c')
-rw-r--r-- | src/app_del.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app_del.c b/src/app_del.c index a5e8ddd..a978f10 100644 --- a/src/app_del.c +++ b/src/app_del.c @@ -167,9 +167,7 @@ static int del_main(void *pctx, struct apk_database *db, struct apk_string_array static struct apk_applet apk_del = { .name = "del", - .arguments = "PACKAGE...", .open_flags = APK_OPENF_WRITE | APK_OPENF_NO_AUTOUPDATE, - .command_groups = APK_COMMAND_GROUP_INSTALL, .context_size = sizeof(struct del_ctx), .optgroups = { &optgroup_global, &optgroup_commit, &optgroup_applet }, .main = del_main, |