ver: fix help message of --limit

cute-signatures
Timo Teräs 2012-11-05 13:59:10 +02:00
parent 832dfed637
commit e50da7e4a5
1 changed files with 2 additions and 2 deletions

View File

@ -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 = {