summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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