From ac7616b0a9e4a4eaf640cd59a98cda01773c57ac Mon Sep 17 00:00:00 2001 From: Dubiousjim Date: Thu, 27 Jun 2013 15:28:46 -0400 Subject: various: applet help text and comment fixes Acked-by: Natanael Copa --- src/apk.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/apk.c') diff --git a/src/apk.c b/src/apk.c index 7739079..17e87d5 100644 --- a/src/apk.c +++ b/src/apk.c @@ -42,7 +42,7 @@ static struct apk_option generic_options[] = { { 'X', "repository", "Use packages from REPO", required_argument, "REPO" }, { 'q', "quiet", "Print less information" }, - { 'v', "verbose", "Print more information" }, + { 'v', "verbose", "Print more information (can be doubled)" }, { 'i', "interactive", "Ask confirmation for certain operations" }, { 'V', "version", "Print program version and exit" }, { 'f', "force", "Do what was asked even if it looks dangerous" }, -- cgit v1.2.3