summaryrefslogtreecommitdiff
path: root/scripts/generate-help-script.awk
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/generate-help-script.awk')
-rw-r--r--scripts/generate-help-script.awk8
1 files changed, 4 insertions, 4 deletions
diff --git a/scripts/generate-help-script.awk b/scripts/generate-help-script.awk
index d4bf76e..c36c1db 100644
--- a/scripts/generate-help-script.awk
+++ b/scripts/generate-help-script.awk
@@ -47,8 +47,8 @@
# Insert the examples text from the .txt file
-# after the "cat << _MANUALPAGE" line
-/^cat << _MANUALPAGE/ {
+# after the "cat << '_MANUALPAGE'" line
+/^cat << '_MANUALPAGE'/ {
# determine the name of the .txt file
txtfile = FILENAME
sub(/\.in$/, ".txt", txtfile)
@@ -71,8 +71,8 @@
# Insert the usage text from the .txt file
-# after the "cat << _USAGE" line
-/^cat << _USAGE/ {
+# after the "cat << '_USAGE'" line
+/^cat << '_USAGE'/ {
# determine the name of the .txt file
txtfile = FILENAME
sub(/\.in$/, ".txt", txtfile)