[pacman-dev] [PATCH 3/3] vercmp: fix incorrect info in the manpage

Eli Schwartz eschwartz at archlinux.org
Sun Dec 17 19:28:24 UTC 2017


Signed-off-by: Eli Schwartz <eschwartz at archlinux.org>
---
 doc/vercmp.8.txt | 12 ++++--------
 1 file 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]
-- 
2.15.1


More information about the pacman-dev mailing list