summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorLogan Rathbone <poprocks@gmail.com>2023-01-24 16:35:47 -0500
committerLogan Rathbone <poprocks@gmail.com>2023-01-24 16:35:47 -0500
commit4207034e6f854469f5a2f691586994a8de001a9c (patch)
tree515e0d9a5cf9d0df06eecd28ccf87c1ef439ab8e /data
parentb3a793621f033b34ab26173217b91003873db864 (diff)
downloadzenity-4207034e6f854469f5a2f691586994a8de001a9c.tar.gz
build: Escape single quotes in help2man custom target
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 6cdfea5..940e175 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@',
]