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-10-06 16:19:57 +0300 |
commit | 8562c2825c503991c4e36f291b89affae94bc172 (patch) | |
tree | dd54c56e63c366c6896cd5aae934180e75137baf | |
parent | abcb8bd44f66d2644bdb1227e5edce364453a1d1 (diff) | |
download | apk-tools-8562c2825c503991c4e36f291b89affae94bc172.tar.gz apk-tools-8562c2825c503991c4e36f291b89affae94bc172.tar.bz2 apk-tools-8562c2825c503991c4e36f291b89affae94bc172.tar.xz apk-tools-8562c2825c503991c4e36f291b89affae94bc172.zip |
info: fix typo in help
-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), |