[PATCH] pacsort.8.txt: add missing colon

Denton Liu liu.denton at gmail.com
Fri Dec 25 11:23:50 UTC 2020


There is a missing colon so, as a result, the following line is rendered
incorrectly as

	-v, --version: Display the version.

instead of

	-v, --version
	    Display the version.

Add the missing colon so that it renders properly.

Signed-off-by: Denton Liu <liu.denton at gmail.com>
---
 doc/pacsort.8.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/pacsort.8.txt b/doc/pacsort.8.txt
index e0fa5d4..544404d 100644
--- a/doc/pacsort.8.txt
+++ b/doc/pacsort.8.txt
@@ -41,7 +41,7 @@ Options
 *-t, \--separator <sep>*::
 	Field separator.  Default separator is space.
 
-*-v, \--version*:
+*-v, \--version*::
 	Display the version.
 
 *-z, \--null*::
-- 
2.29.2.889.g5298b911bd


More information about the pacman-contrib mailing list