diff options
Diffstat (limited to 'src/app_fix.c')
-rw-r--r-- | src/app_fix.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app_fix.c b/src/app_fix.c index ed1ff76..6f332af 100644 --- a/src/app_fix.c +++ b/src/app_fix.c @@ -115,9 +115,7 @@ static int fix_main(void *pctx, struct apk_database *db, struct apk_string_array static struct apk_applet apk_fix = { .name = "fix", - .arguments = "PACKAGE...", .open_flags = APK_OPENF_WRITE, - .command_groups = APK_COMMAND_GROUP_SYSTEM, .context_size = sizeof(struct fix_ctx), .optgroups = { &optgroup_global, &optgroup_commit, &optgroup_applet }, .main = fix_main, |