aboutsummaryrefslogtreecommitdiffstats
path: root/src/apk.c
diff options
context:
space:
mode:
authorDubiousjim <dubiousjim@gmail.com>2013-06-27 15:28:46 -0400
committerTimo Teräs <timo.teras@iki.fi>2013-06-28 13:45:41 +0300
commitac7616b0a9e4a4eaf640cd59a98cda01773c57ac (patch)
treee333508102823ac0621501f42524752d3a88e1de /src/apk.c
parentfcb540ab6978d3d5a55f08120c78d8e03b1e13c7 (diff)
downloadaports-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.tar.bz2
aports-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.tar.xz
various: applet help text and comment fixes
Acked-by: Natanael Copa <ncopa@alpinelinux.org>
Diffstat (limited to 'src/apk.c')
-rw-r--r--src/apk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/apk.c b/src/apk.c
index 7739079a3e..17e87d5d40 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" },