From 2282dcfeffe4ee3e3a81df698fecfa3db6adcaa2 Mon Sep 17 00:00:00 2001 From: Leon Styhre Date: Sun, 14 Nov 2021 12:25:59 +0100 Subject: [PATCH] Small change to the man page generation script. --- tools/generate_man_page.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/generate_man_page.sh b/tools/generate_man_page.sh index 15d73d61e..a79d422d6 100755 --- a/tools/generate_man_page.sh +++ b/tools/generate_man_page.sh @@ -50,7 +50,7 @@ help2man --section 6 --no-info --include $TEMPFILE_INPUT $ESBINARY > $TEMPFILE_O # Manual string replacements, these may need to be modified if changes are made to the # command line --help output. -cat $TEMPFILE_OUTPUT | sed s/"EmulationStation Desktop Edition, Emulator Front\\\-end"/""/g | \ +cat $TEMPFILE_OUTPUT | sed s/"EmulationStation Desktop Edition, Emulator Frontend"/""/g | \ sed s/"Set to at least"/".br\nSet to at least"/ > $TARGET_FILENAME gzip -9 $TARGET_FILENAME