summaryrefslogtreecommitdiff
path: root/src/ver.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/ver.c
parentfcb540ab6978d3d5a55f08120c78d8e03b1e13c7 (diff)
downloadapk-tools-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.tar.gz
apk-tools-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.tar.bz2
apk-tools-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.tar.xz
apk-tools-ac7616b0a9e4a4eaf640cd59a98cda01773c57ac.zip
various: applet help text and comment fixes
Acked-by: Natanael Copa <ncopa@alpinelinux.org>
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 94220a9..99da504 100644
--- a/src/ver.c
+++ b/src/ver.c
@@ -186,8 +186,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 with status matching one of LIMCHARS",
- required_argument, "LIMCHARS" },
+ { 'l', "limit", "Limit output to packages with status matching one of LIMCHARs",
+ required_argument, "LIMCHARs" },
};
static struct apk_applet apk_ver = {