summaryrefslogtreecommitdiffstats
path: root/usr.bin/more
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin/more')
-rw-r--r--usr.bin/more/help.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/more/help.c b/usr.bin/more/help.c
index f7b964d..5fdf595 100644
--- a/usr.bin/more/help.c
+++ b/usr.bin/more/help.c
@@ -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);
}
OpenPOWER on IntegriCloud