diff options
author | Eli Schwartz <eschwartz@archlinux.org> | 2017-12-17 14:28:24 -0500 |
---|---|---|
committer | Allan McRae <allan@archlinux.org> | 2018-01-06 13:23:54 +1000 |
commit | 8bf972824a331ebcb30de01103b26b92b6792d59 (patch) | |
tree | 9979f1214032e9d2cb2a9b00708449728c890418 /doc | |
parent | eba623b44377682534763b4222a660d3e6d60932 (diff) | |
download | pacman-8bf972824a331ebcb30de01103b26b92b6792d59.tar.xz |
vercmp: fix incorrect info in the manpage
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org>
Signed-off-by: Allan McRae <allan@archlinux.org>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/vercmp.8.txt | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/doc/vercmp.8.txt b/doc/vercmp.8.txt index 5316b3cb..18819953 100644 --- a/doc/vercmp.8.txt +++ b/doc/vercmp.8.txt @@ -11,7 +11,7 @@ vercmp - version comparison utility Synopsis -------- -'vercmp' <version1> <version2> +'vercmp' [-h] [--help] <version1> <version2> Description @@ -44,8 +44,9 @@ mainly for supporting versioned dependencies that do not include the 'pkgrel'. Options ------- *-h, \--help*:: - Display syntax for the given operation. If no operation was supplied, - then the general syntax is shown. + + Display summary of the available return codes. Must be the first option + specified. Examples @@ -67,11 +68,6 @@ Examples -1 -Configuration -------------- -There is none. - - See Also -------- linkman:pacman[8], linkman:makepkg[8], linkman:libalpm[3] |