From 58e771303c95f9d97d009602516b509866c3fb5a Mon Sep 17 00:00:00 2001 From: Timo Teras Date: Thu, 3 Sep 2009 14:56:24 +0400 Subject: index, version: support for repository descriptions (fixes #141) ability embed description information to repository indexes (e.g. repository name and version) and show it via "apk version -I". --- src/info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/info.c') 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), -- cgit v1.2.3