aboutsummaryrefslogtreecommitdiff
path: root/toys/posix/nl.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/posix/nl.c')
-rw-r--r--toys/posix/nl.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/toys/posix/nl.c b/toys/posix/nl.c
index 32848332..3dbfcfd1 100644
--- a/toys/posix/nl.c
+++ b/toys/posix/nl.c
@@ -18,9 +18,9 @@ config NL
Number lines of input.
-E Use extended regex syntax (when doing -b pREGEX)
- -b which lines to number: a (all) t (non-empty, default) pREGEX (pattern)
+ -b Which lines to number: a (all) t (non-empty, default) pREGEX (pattern)
-l Only count last of this many consecutive blank lines
- -n number STYLE: ln (left justified) rn (right justified) rz (zero pad)
+ -n Number STYLE: ln (left justified) rn (right justified) rz (zero pad)
-s Separator to use between number and line (instead of TAB)
-w Width of line numbers (default 6)
*/