From e50da7e4a523c121dbd5bae52fe239ad64621e06 Mon Sep 17 00:00:00 2001 From: Timo Teräs Date: Mon, 5 Nov 2012 13:59:10 +0200 Subject: ver: fix help message of --limit --- src/ver.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/ver.c') 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 = { -- cgit v1.2.3-60-g2f50