summaryrefslogtreecommitdiffstats
path: root/testing/aha/0001-Fix-several-hyphen-used-as-minus-sign-issues-in-the-.patch
blob: 67105bd81d569234e559d6e2e730764f9527e3fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
From ed4f29b64b16bec894ae1865b8d0b70c3ab7f7c9 Mon Sep 17 00:00:00 2001
From: Axel Beckert <abe@deuxchevaux.org>
Date: Wed, 1 Aug 2012 18:03:25 +0200
Subject: [PATCH] Fix several hyphen-used-as-minus-sign issues in the man page

---
 aha.1 |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/aha.1 b/aha.1
index 52796fa..93af54a 100644
--- a/aha.1
+++ b/aha.1
@@ -43,13 +43,13 @@ Don't include header into generated HTML, useful for inclusion in full HTML file
 
 .SH EXAMPLE
 .TP
-\fBaha\fP \-\-help | \fBaha\fP \-\-black --title "the awesome aha help"> aha-help.htm
+\fBaha\fP \-\-help | \fBaha\fP \-\-black \-\-title "the awesome aha help"> aha\-help.htm
 Creates an HTML file with the help of aha with black background
 .TP
 \fBcolordiff\fP oldfile.c newfile.c | \fBaha\fP > colordiff.htm
 Creates an HTML file with a colorful diff-output of two files "oldfile.c" and "newfile.c" with white background
 .TP
-\fBls\fP \--color=always | \fBaha\fP \-\-pink > ls.htm
+\fBls\fP \-\-color=always | \fBaha\fP \-\-pink > ls.htm
 Creates an HTML file with a colorful ls-output with pink background.
 .TP
 \fBecho\fP q | \fBhtop\fP | \fBaha\fP \-\-black \-\-line\-fix > htop.htm
-- 
1.7.10.4