]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Clarify: --retry works only with --follow=name.
authorJim Meyering <jim@meyering.net>
Tue, 28 Sep 2004 06:34:22 +0000 (06:34 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 28 Sep 2004 06:34:22 +0000 (06:34 +0000)
Reported by Nik A. Melchior in http://bugs.debian.org/273781.

src/tail.c

index 2210ec4d7c60c581b213e7ed79091cfc09c48f4a..fba74ecc3cde516ae2da37e236a6d586e7bad9cc 100644 (file)
@@ -193,7 +193,7 @@ enum
 
 static struct option const long_options[] =
 {
-  /* --allow-missing is deprecated; use --retry instead */
+  /* FIXME: remove in 2005 --allow-missing is deprecated; use --retry instead */
   {"allow-missing", no_argument, NULL, ALLOW_MISSING_OPTION},
   {"bytes", required_argument, NULL, 'c'},
   {"follow", optional_argument, NULL, LONG_FOLLOW_OPTION},
@@ -236,7 +236,8 @@ Mandatory arguments to long options are mandatory for short options too.\n\
      fputs (_("\
       --retry              keep trying to open a file even if it is\n\
                            inaccessible when tail starts or if it becomes\n\
-                           inaccessible later -- useful only with -f\n\
+                           inaccessible later; useful when following by name,\n\
+                           i.e., with --follow=name\n\
   -c, --bytes=N            output the last N bytes\n\
 "), stdout);
      fputs (_("\