From f59d4713e5d43c77c7089fad97b8e9bbda4d6938 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 2 Jan 2006 19:11:22 +0000 Subject: (parse_options): Change warning to say that --retry is useful `mainly' (not `only') when following by name. Reported here: http://bugs.debian.org/273781 --- src/tail.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/tail.c b/src/tail.c index 75fe9779d..52e0bab86 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-2005 Free Software Foundation, Inc. + Copyright (C) 1989, 90, 91, 1995-2006 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 @@ -1554,7 +1554,7 @@ parse_options (int argc, char **argv, } if (reopen_inaccessible_files && follow_mode != Follow_name) - error (0, 0, _("warning: --retry is useful only when following by name")); + error (0, 0, _("warning: --retry is useful mainly when following by name")); if (pid && !forever) error (0, 0, -- cgit v1.2.3-70-g09d2