info: fix typo in help

cute-signatures
Damiano Albani 2017-09-27 16:34:54 +02:00 committed by Timo Teräs
parent e6e90a6463
commit 806a476190
1 changed files with 1 additions and 1 deletions

View File

@ -472,7 +472,7 @@ static const struct apk_option_group optgroup_applet = {
static struct apk_applet apk_info = {
.name = "info",
.help = "Give detailed information about PACKAGEs or repositores",
.help = "Give detailed information about PACKAGEs or repositories",
.arguments = "PACKAGE...",
.open_flags = APK_OPENF_READ,
.context_size = sizeof(struct info_ctx),