diff options
author | Damiano Albani <damiano.albani@gmail.com> | 2017-09-27 16:34:54 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2017-09-27 18:01:07 +0300 |
commit | 806a476190fb78135769e8a8ef217082ee724255 (patch) | |
tree | 38838dd4438a2c407d6619ba86b296e0f7566c1f /src/info.c | |
parent | e6e90a646320e97ebb7f7e8363bf68e7aaf1aaea (diff) | |
download | apk-tools-806a476190fb78135769e8a8ef217082ee724255.tar.gz apk-tools-806a476190fb78135769e8a8ef217082ee724255.tar.bz2 apk-tools-806a476190fb78135769e8a8ef217082ee724255.tar.xz apk-tools-806a476190fb78135769e8a8ef217082ee724255.zip |
info: fix typo in help
Diffstat (limited to 'src/info.c')
-rw-r--r-- | src/info.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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), |