aboutsummaryrefslogtreecommitdiffstats
path: root/t/t0450-txt-doc-vs-help.sh
diff options
context:
space:
mode:
Diffstat (limited to 't/t0450-txt-doc-vs-help.sh')
-rwxr-xr-xt/t0450-txt-doc-vs-help.sh4
1 files changed, 3 insertions, 1 deletions
diff --git a/t/t0450-txt-doc-vs-help.sh b/t/t0450-txt-doc-vs-help.sh
index cd3969e852..69917d7b84 100755
--- a/t/t0450-txt-doc-vs-help.sh
+++ b/t/t0450-txt-doc-vs-help.sh
@@ -59,7 +59,9 @@ txt_to_synopsis () {
-e '/^\[verse\]$/,/^$/ {
/^$/d;
/^\[verse\]$/d;
-
+ s/_//g;
+ s/++//g;
+ s/`//g;
s/{litdd}/--/g;
s/'\''\(git[ a-z-]*\)'\''/\1/g;