summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDamiano Albani <damiano.albani@gmail.com>2017-09-27 16:34:54 +0200
committerTimo Teräs <timo.teras@iki.fi>2017-10-06 16:19:57 +0300
commit8562c2825c503991c4e36f291b89affae94bc172 (patch)
treedd54c56e63c366c6896cd5aae934180e75137baf
parentabcb8bd44f66d2644bdb1227e5edce364453a1d1 (diff)
info: fix typo in help
-rw-r--r--src/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info.c b/src/info.c
index a1bc609..f3b9909 100644
--- a/src/info.c
+++ b/src/info.c
@@ -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),