aboutsummaryrefslogtreecommitdiffstats
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-09-27 18:01:07 +0300
commit806a476190fb78135769e8a8ef217082ee724255 (patch)
tree38838dd4438a2c407d6619ba86b296e0f7566c1f
parente6e90a646320e97ebb7f7e8363bf68e7aaf1aaea (diff)
downloadaports-806a476190fb78135769e8a8ef217082ee724255.tar.bz2
aports-806a476190fb78135769e8a8ef217082ee724255.tar.xz
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 a1bc609049..f3b99093e3 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),