summaryrefslogtreecommitdiff
path: root/src/app_manifest.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/app_manifest.c')
-rw-r--r--src/app_manifest.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app_manifest.c b/src/app_manifest.c
index fe64bea..757c8a9 100644
--- a/src/app_manifest.c
+++ b/src/app_manifest.c
@@ -124,9 +124,7 @@ static int manifest_main(void *ctx, struct apk_database *db, struct apk_string_a
static struct apk_applet apk_manifest = {
.name = "manifest",
- .arguments = "PACKAGE...",
.open_flags = APK_OPENF_READ,
- .command_groups = APK_COMMAND_GROUP_REPO,
.main = manifest_main,
};