summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2023-03-09 14:10:38 +0100
committerRemi Collet <remi@php.net>2023-03-09 14:10:38 +0100
commita1a343108f2390c78912418fbc1392dac1fb17c6 (patch)
treefaa1482dc9a12c501c58a5b8a3dbabd14cbc40e4
parent8088b5b781496e8780b2b6088416774a6b351d05 (diff)
man page title
-rw-r--r--php82.spec2
1 files changed, 1 insertions, 1 deletions
diff --git a/php82.spec b/php82.spec
index 7957a6c..70d3a88 100644
--- a/php82.spec
+++ b/php82.spec
@@ -162,7 +162,7 @@ cp %{SOURCE2} .
# generate a helper script that will be used by help2man
cat >h2m_helper <<'EOF'
#!/bin/bash
-[ "$1" == "--version" ] && echo "%{scl_name} %{version} Software Collection" || cat README
+[ "$1" == "--version" ] && echo "%{scl_name} Software Collection (PHP %{version})" || cat README
EOF
chmod a+x h2m_helper