Skip to content

Commit f3467c2

Browse files
committed
Use the term "option" rather than "flag" consistently.
1 parent 368ab1d commit f3467c2

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

less.hlp.old

+4-4
Original file line numberDiff line numberDiff line change
@@ -64,18 +64,18 @@
6464
= ^G :f Print current file name.
6565
V Print version number of "less".
6666

67-
-_<_f_l_a_g_> Toggle a command line flag [see FLAGS below].
68-
__<_f_l_a_g_> Display the setting of a command line flag.
67+
-_<_f_l_a_g_> Toggle a command line option [see OPTIONS below].
68+
__<_f_l_a_g_> Display the setting of a command line option.
6969
+_c_m_d Execute the less cmd each time a new file is examined.
7070

7171
!_c_o_m_m_a_n_d Execute the shell command with $SHELL.
7272
|XX_c_o_m_m_a_n_d Pipe file between current pos & mark XX to shell command.
7373
v Edit the current file with $VISUAL or $EDITOR.
7474

7575
---------------------------------------------------
76-
FFLLAAGGSS
76+
OOPPTTIIOONNSS
7777

78-
Most flags may be changed either on the command line,
78+
Most options may be changed either on the command line,
7979
or from within less by using the - command.
8080

8181
-? Display help (from command line).

less.nro.VER

+6-6
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ Turn off highlighting of strings matching the current search pattern.
265265
If highlighting is already off because of a previous ESC-u command,
266266
turn highlighting back on.
267267
Any search command will also turn highlighting back on.
268-
(Highlighting can also be disabled by toggling the -G flag;
268+
(Highlighting can also be disabled by toggling the -G option;
269269
in that case search commands do not turn highlighting back on.)
270270
.PP
271271
.IP ":e [filename]"
@@ -489,13 +489,13 @@ will refuse to open non-regular files.
489489
Normally,
490490
.I less
491491
will highlight ALL strings which match the last search command.
492-
The -g flag changes this behavior to highlight only the particular string
492+
The -g option changes this behavior to highlight only the particular string
493493
which was found by the last search command.
494494
This can cause
495495
.I less
496496
to run somewhat faster than the default.
497497
.IP -G
498-
The -G flag suppresses all highlighting of strings found by search commands.
498+
The -G option suppresses all highlighting of strings found by search commands.
499499
.IP -h\fIn\fP
500500
Specifies a maximum number of lines to scroll backward.
501501
If it is necessary to scroll backward more than \fIn\fP lines,
@@ -558,7 +558,7 @@ Suppresses line numbers.
558558
The default (to use line numbers) may cause
559559
.I less
560560
to run more slowly in some cases, especially with a very large input file.
561-
Suppressing line numbers with the -n flag will avoid this problem.
561+
Suppressing line numbers with the -n option will avoid this problem.
562562
Using line numbers means: the line number will be displayed in the verbose
563563
prompt and in the = command,
564564
and the v command will pass the current line number to the editor
@@ -624,7 +624,7 @@ the terminal bell is never rung.
624624
Causes "raw" control characters to be displayed.
625625
The default is to display control characters using the caret notation;
626626
for example, a control-A (octal 001) is displayed as "^A".
627-
Warning: when the -r flag is used,
627+
Warning: when the -r option is used,
628628
.I less
629629
cannot keep track of the actual appearance of the screen
630630
(since this depends on how the screen responds to
@@ -1250,7 +1250,7 @@ Language for determining the character set.
12501250
.IP LC_CTYPE
12511251
Language for determining the character set.
12521252
.IP LESS
1253-
Flags which are passed to
1253+
Options which are passed to
12541254
.I less
12551255
automatically.
12561256
.IP LESSBINFMT

lesskey.nro.VER

+3-3
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,10 @@ If the output file already exists,
3232
.I lesskey
3333
will overwrite it.
3434
.PP
35-
The -V flag causes
35+
The -V option causes
3636
.I lesskey
3737
to print its version number and immediately exit.
38-
If -V is present, other flags and arguments are ignored.
38+
If -V is present, other options and arguments are ignored.
3939
.PP
4040
The input file consists of one or more
4141
.I sections.
@@ -263,7 +263,7 @@ is simply to have all
263263
configuration information stored in one file.
264264

265265
.SH EXAMPLE
266-
The following input file sets the -i flag whenever
266+
The following input file sets the -i option whenever
267267
.I less
268268
is run, and specifies the character set to be "latin1":
269269
.sp

0 commit comments

Comments
 (0)