vercmp: fix incorrect info in the manpage
Signed-off-by: Eli Schwartz <eschwartz@archlinux.org> Signed-off-by: Allan McRae <allan@archlinux.org>
This commit is contained in:
parent
eba623b443
commit
8bf972824a
1 changed files with 4 additions and 8 deletions
|
@ -11,7 +11,7 @@ vercmp - version comparison utility
|
||||||
|
|
||||||
Synopsis
|
Synopsis
|
||||||
--------
|
--------
|
||||||
'vercmp' <version1> <version2>
|
'vercmp' [-h] [--help] <version1> <version2>
|
||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
|
@ -44,8 +44,9 @@ mainly for supporting versioned dependencies that do not include the 'pkgrel'.
|
||||||
Options
|
Options
|
||||||
-------
|
-------
|
||||||
*-h, \--help*::
|
*-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
|
Examples
|
||||||
|
@ -67,11 +68,6 @@ Examples
|
||||||
-1
|
-1
|
||||||
|
|
||||||
|
|
||||||
Configuration
|
|
||||||
-------------
|
|
||||||
There is none.
|
|
||||||
|
|
||||||
|
|
||||||
See Also
|
See Also
|
||||||
--------
|
--------
|
||||||
linkman:pacman[8], linkman:makepkg[8], linkman:libalpm[3]
|
linkman:pacman[8], linkman:makepkg[8], linkman:libalpm[3]
|
||||||
|
|
Loading…
Add table
Reference in a new issue