]> granicus.if.org Git - icinga2/commitdiff
autogen.sh: s/html2man/help2man/
authorMichael Friedrich <michael.friedrich@netways.de>
Thu, 7 Feb 2013 19:48:19 +0000 (20:48 +0100)
committerMichael Friedrich <michael.friedrich@netways.de>
Thu, 7 Feb 2013 19:48:19 +0000 (20:48 +0100)
autogen.sh

index a6b2d4e4a47851ad62f64da98677e286babca12e..17b17bdc22d91732009ad1f2faa7dfc8fc885fde 100755 (executable)
@@ -101,7 +101,7 @@ fi
 
 (help2man --version) < /dev/null > /dev/null 2>&1 || {
   echo
-  echo "**Error**: You must have \`html2man' installed."
+  echo "**Error**: You must have \`help2man' installed."
   echo "You can get it from: ftp://ftp.gnu.org/pub/gnu/"
   DIE=1
 }