summaryrefslogtreecommitdiffstats
path: root/text-utils/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'text-utils/more.c')
-rw-r--r--text-utils/more.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/text-utils/more.c b/text-utils/more.c
index 8a5640a43..452e4ff89 100644
--- a/text-utils/more.c
+++ b/text-utils/more.c
@@ -1311,11 +1311,10 @@ int command (char *filename, register FILE *f)
xprintf ("\n");
if (clreol)
cleareol ();
- xprintf (_("...skipping %d line"), nlines);
- if (nlines > 1)
- pr ("s\n");
+ if (nlines == 1)
+ xprintf (_("...skipping one line"));
else
- pr ("\n");
+ xprintf (_("...skipping %d lines"), nlines);
if (clreol)
cleareol ();