diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/usage.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h index ac6376afd..24008deeb 100644 --- a/include/usage.h +++ b/include/usage.h | |||
| @@ -2078,7 +2078,7 @@ | |||
| 2078 | "5\n" | 2078 | "5\n" |
| 2079 | 2079 | ||
| 2080 | #define less_trivial_usage \ | 2080 | #define less_trivial_usage \ |
| 2081 | "[-EMNmh~?] [FILE...]" | 2081 | "[-EMNmh~I?] [FILE...]" |
| 2082 | #define less_full_usage "\n\n" \ | 2082 | #define less_full_usage "\n\n" \ |
| 2083 | "View a file or list of files. The position within files can be\n" \ | 2083 | "View a file or list of files. The position within files can be\n" \ |
| 2084 | "changed, and files can be manipulated in various ways.\n" \ | 2084 | "changed, and files can be manipulated in various ways.\n" \ |
| @@ -2087,6 +2087,7 @@ | |||
| 2087 | "\n -M,-m Display a status line containing the line numbers" \ | 2087 | "\n -M,-m Display a status line containing the line numbers" \ |
| 2088 | "\n and percentage through the file" \ | 2088 | "\n and percentage through the file" \ |
| 2089 | "\n -N Prefix line numbers to each line" \ | 2089 | "\n -N Prefix line numbers to each line" \ |
| 2090 | "\n -I Ignore case in all searches" \ | ||
| 2090 | "\n -~ Suppress ~s displayed past the end of the file" \ | 2091 | "\n -~ Suppress ~s displayed past the end of the file" \ |
| 2091 | 2092 | ||
| 2092 | #define linux32_trivial_usage NOUSAGE_STR | 2093 | #define linux32_trivial_usage NOUSAGE_STR |
