aboutsummaryrefslogtreecommitdiff
path: root/util-linux/more.c
diff options
context:
space:
mode:
Diffstat (limited to 'util-linux/more.c')
-rw-r--r--util-linux/more.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/util-linux/more.c b/util-linux/more.c
index a9ea76ab4..07275131e 100644
--- a/util-linux/more.c
+++ b/util-linux/more.c
@@ -87,11 +87,12 @@ int more_main(int argc UNUSED_PARAM, char **argv)
87 /* Parse options */ 87 /* Parse options */
88 /* Accepted but ignored: */ 88 /* Accepted but ignored: */
89 /* -d Display help instead of ringing bell */ 89 /* -d Display help instead of ringing bell */
90 /* -e Exit immediately after writing the last line */
90 /* -f Count logical lines (IOW: long lines are not folded) */ 91 /* -f Count logical lines (IOW: long lines are not folded) */
91 /* -l Do not pause after any line containing a ^L (form feed) */ 92 /* -l Do not pause after any line containing a ^L (form feed) */
92 /* -s Squeeze blank lines into one */ 93 /* -s Squeeze blank lines into one */
93 /* -u Suppress underlining */ 94 /* -u Suppress underlining */
94 getopt32(argv, "dflsu"); 95 getopt32(argv, "deflsu");
95 argv += optind; 96 argv += optind;
96 97
97 /* Another popular pager, most, detects when stdout 98 /* Another popular pager, most, detects when stdout