diff options
Diffstat (limited to 'coreutils/nl.c')
-rw-r--r-- | coreutils/nl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/coreutils/nl.c b/coreutils/nl.c index dc468a90b..93e78c490 100644 --- a/coreutils/nl.c +++ b/coreutils/nl.c | |||
@@ -5,10 +5,10 @@ | |||
5 | * Licensed under GPLv2, see file LICENSE in this source tree. | 5 | * Licensed under GPLv2, see file LICENSE in this source tree. |
6 | */ | 6 | */ |
7 | //config:config NL | 7 | //config:config NL |
8 | //config: bool "nl" | 8 | //config: bool "nl (4.3 kb)" |
9 | //config: default y | 9 | //config: default y |
10 | //config: help | 10 | //config: help |
11 | //config: nl is used to number lines of files. | 11 | //config: nl is used to number lines of files. |
12 | 12 | ||
13 | //applet:IF_NL(APPLET(nl, BB_DIR_USR_BIN, BB_SUID_DROP)) | 13 | //applet:IF_NL(APPLET(nl, BB_DIR_USR_BIN, BB_SUID_DROP)) |
14 | 14 | ||