summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-01-24 16:42:08 -0500
committerLogan Rathbone <poprocks@gmail.com>2023-01-24 16:42:08 -0500
commit42bc71053027e007740e87852c4c82a887dc4c0d (patch)
tree1142ba077586335b26b5373173560d58956ff2c3 /data
parent4207034e6f854469f5a2f691586994a8de001a9c (diff)
downloadzenity-42bc71053027e007740e87852c4c82a887dc4c0d.tar.gz
Revert "build: Escape single quotes in help2man custom target"
This reverts commit 4207034e6f854469f5a2f691586994a8de001a9c.
Diffstat (limited to 'data')
-rw-r--r--data/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/data/meson.build b/data/meson.build
index 940e175..6cdfea5 100644
--- a/data/meson.build
+++ b/data/meson.build
@@ -31,7 +31,7 @@ if help2man.found() and not meson.is_cross_build()
help2man_opts = [
'--no-info',
'--section=1',
- '--help-option=\'--help-all\'',
+ '--help-option=--help-all',
'--include=@INPUT@',
]