summaryrefslogtreecommitdiffstats
path: root/src/info.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/info.c')
-rw-r--r--src/info.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/info.c b/src/info.c
index bdc3a14..7ca486c 100644
--- a/src/info.c
+++ b/src/info.c
@@ -361,7 +361,7 @@ static struct apk_option info_options[] = {
static struct apk_applet apk_info = {
.name = "info",
- .help = "Give detailed information about PACKAGEs.",
+ .help = "Give detailed information about PACKAGEs or repositores.",
.arguments = "PACKAGE...",
.open_flags = APK_OPENF_READ,
.context_size = sizeof(struct info_ctx),