Use '-e' when viewing helpfile.

This commit is contained in:
hoek 1998-07-03 23:01:33 +00:00
parent cd727ef682
commit aa2b943c83

View File

@ -44,6 +44,6 @@ help()
{
char cmd[MAXPATHLEN + 20];
(void)snprintf(cmd, sizeof(cmd), "-more %s", _PATH_HELPFILE);
(void)snprintf(cmd, sizeof(cmd), "-more -e %s", _PATH_HELPFILE);
lsystem(cmd);
}