diff options
Diffstat (limited to 'coreutils/tail.c')
-rw-r--r-- | coreutils/tail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/coreutils/tail.c b/coreutils/tail.c index e7a24a7a8..a834e241e 100644 --- a/coreutils/tail.c +++ b/coreutils/tail.c @@ -19,7 +19,7 @@ * 7) lseek attempted when count==0 even if arg was +0 (from top) */ //config:config TAIL -//config: bool "tail" +//config: bool "tail (7.1 kb)" //config: default y //config: help //config: tail is used to print the last specified number of lines |