--- a/ma Wed Aug 02 12:03:45 2006 +0000
+++ b/ma Wed Aug 09 07:57:14 2006 +0000
@@ -90,7 +90,7 @@
}
if ($Cf->help) {
- if (-t STDOUT and -x "/usr/bin/less") { open(X, "|less -F") }
+ if (-t STDOUT and -x "/usr/bin/less") { open(X, "|less -FX") }
else { open(X, ">&STDOUT"); }
print X help();
exit 0;