diff options
author | Timo Teräs <timo.teras@iki.fi> | 2012-11-05 13:59:10 +0200 |
---|---|---|
committer | Timo Teräs <timo.teras@iki.fi> | 2012-11-05 13:59:10 +0200 |
commit | e50da7e4a523c121dbd5bae52fe239ad64621e06 (patch) | |
tree | 350e50f8f9a45d5e7c5d8accf9e7811c4eefb363 /src/ver.c | |
parent | 832dfed637eb55ef84182d3ce0a112bd8b828130 (diff) | |
download | apk-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 = { |