From 7709a027411b5cba9682121d3a4cb87adb32d23d Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sun, 7 Jan 2001 16:13:27 +0000 Subject: Split a string that was longer than 2048 bytes. --- src/tail.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/tail.c') diff --git a/src/tail.c b/src/tail.c index 1ab9a8f3a..f2433ab3c 100644 --- a/src/tail.c +++ b/src/tail.c @@ -1,5 +1,5 @@ /* tail -- output the last part of file(s) - Copyright (C) 1989, 90, 91, 1995-2000 Free Software Foundation, Inc. + Copyright (C) 1989, 90, 91, 1995-2001 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -263,6 +263,8 @@ With no FILE, or when FILE is -, read standard input.\n\ --help display this help and exit\n\ --version output version information and exit\n\ \n\ +")); + printf (_("\ If the first character of N (the number of bytes or lines) is a `+',\n\ print beginning with the Nth item from the start of each file, otherwise,\n\ print the last N items in the file. N may have a multiplier suffix:\n\ -- cgit v1.2.3-54-g00ecf