info: fix typo in help
parent
e6e90a6463
commit
806a476190
|
@ -472,7 +472,7 @@ static const struct apk_option_group optgroup_applet = {
|
||||||
|
|
||||||
static struct apk_applet apk_info = {
|
static struct apk_applet apk_info = {
|
||||||
.name = "info",
|
.name = "info",
|
||||||
.help = "Give detailed information about PACKAGEs or repositores",
|
.help = "Give detailed information about PACKAGEs or repositories",
|
||||||
.arguments = "PACKAGE...",
|
.arguments = "PACKAGE...",
|
||||||
.open_flags = APK_OPENF_READ,
|
.open_flags = APK_OPENF_READ,
|
||||||
.context_size = sizeof(struct info_ctx),
|
.context_size = sizeof(struct info_ctx),
|
||||||
|
|
Loading…
Reference in New Issue