diff options
Diffstat (limited to 'src/manifest.c')
-rw-r--r-- | src/manifest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/manifest.c b/src/manifest.c index 56c9d68f22..7d20aa2b2c 100644 --- a/src/manifest.c +++ b/src/manifest.c @@ -128,6 +128,7 @@ static struct apk_applet apk_manifest = { .help = "Show checksums of package contents", .arguments = "PACKAGE...", .open_flags = APK_OPENF_READ, + .command_groups = APK_COMMAND_GROUP_REPO, .main = manifest_main, }; |