summaryrefslogtreecommitdiff
path: root/src/ver.c
diff options
context:
space:
mode:
authorTimo Teräs <timo.teras@iki.fi>2012-11-05 13:59:10 +0200
committerTimo Teräs <timo.teras@iki.fi>2012-11-05 13:59:10 +0200
commite50da7e4a523c121dbd5bae52fe239ad64621e06 (patch)
tree350e50f8f9a45d5e7c5d8accf9e7811c4eefb363 /src/ver.c
parent832dfed637eb55ef84182d3ce0a112bd8b828130 (diff)
downloadapk-tools-e50da7e4a523c121dbd5bae52fe239ad64621e06.tar.gz
apk-tools-e50da7e4a523c121dbd5bae52fe239ad64621e06.tar.bz2
apk-tools-e50da7e4a523c121dbd5bae52fe239ad64621e06.tar.xz
apk-tools-e50da7e4a523c121dbd5bae52fe239ad64621e06.zip
ver: fix help message of --limit
Diffstat (limited to 'src/ver.c')
-rw-r--r--src/ver.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ver.c b/src/ver.c
index c20547a..3f1efea 100644
--- a/src/ver.c
+++ b/src/ver.c
@@ -200,8 +200,8 @@ static struct apk_option ver_options[] = {
{ 't', "test", "Compare two given versions" },
{ 'c', "check", "Check if the given version string is valid" },
{ 'a', "all", "Consider packages from all repository tags" },
- { 'l', "limit", "Limit output to packages whos status matches LIMCHAR",
- required_argument, "LIMCHAR" },
+ { 'l', "limit", "Limit output to packages with status matching one of LIMCHARS",
+ required_argument, "LIMCHARS" },
};
static struct apk_applet apk_ver = {