···11+diff --git a/check_wmi_plus.makeman.sh b/check_wmi_plus.makeman.sh
22+index 38dc7a4..3fe4369 100755
33+--- a/check_wmi_plus.makeman.sh
44++++ b/check_wmi_plus.makeman.sh
55+@@ -19,15 +19,6 @@ mkdir -p "$manpage_dir/man1"
66+ # the full path to the manpage file
77+ manfile="$manpage_dir/man1/check_wmi_plus.1"
88+99+-# if we are not running in a terminal then only show the text-based help
1010+-if [ ! -t 0 ]; then
1111+- # we are not running in a terminal
1212+- echo "Not running in a terminal - showing text-based help"
1313+- echo
1414+- exec $check_wmi_plus_text_help
1515+-fi
1616+-
1717+-
1818+ usage()
1919+ {
2020+ cat << EOT
2121+diff --git a/check_wmi_plus_help.pl b/check_wmi_plus_help.pl
2222+index 3440db2..2982da2 100755
2323+--- a/check_wmi_plus_help.pl
2424++++ b/check_wmi_plus_help.pl
2525+@@ -24,7 +24,7 @@ if ($opt_help) {
2626+ # we have the script to make the manpage and have not been asked to show text only help
2727+ exec ("$make_manpage_script \"$0 --itexthelp\" \"$manpage_dir\"") or print STDERR "couldn't exec $make_manpage_script: $!";
2828+ } else {
2929+- print "Warning: Can not access/execute Manpage script ($make_manpage_script).\nShowing help in text-only format.\n\n";
3030++ # print "Warning: Can not access/execute Manpage script ($make_manpage_script).\nShowing help in text-only format.\n\n";
3131+ }
3232+ }
3333+3434+@@ -692,4 +692,4 @@ show_ini_help_overview(1);
3535+ finish_program($ERRORS{'UNKNOWN'});
3636+ }
3737+3838+-1;
3939+\ No newline at end of file
4040++1;