ma
branchcms
changeset 22 4d73e4ea84cd
parent 20 67e622468c67
child 23 72ba031fec20
--- 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;