summaryrefslogtreecommitdiff
path: root/src/app_cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_cache.c')
-rw-r--r--src/app_cache.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app_cache.c b/src/app_cache.c
index 7ea5356..b499ad2 100644
--- a/src/app_cache.c
+++ b/src/app_cache.c
@@ -182,9 +182,7 @@ err:
static struct apk_applet apk_cache = {
.name = "cache",
- .arguments = "sync | clean | download",
.open_flags = APK_OPENF_READ|APK_OPENF_NO_SCRIPTS|APK_OPENF_CACHE_WRITE,
- .command_groups = APK_COMMAND_GROUP_SYSTEM,
.context_size = sizeof(struct cache_ctx),
.optgroups = { &optgroup_global, &optgroup_applet },
.main = cache_main,