enum
{
RETRY_OPTION = CHAR_MAX + 1,
- ALLOW_MISSING_OPTION, /* deprecated, FIXME: remove in late 2004 */
MAX_UNCHANGED_STATS_OPTION,
PID_OPTION,
PRESUME_INPUT_PIPE_OPTION,
static struct option const long_options[] =
{
- /* 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},
{"lines", required_argument, NULL, 'n'},
follow_mode_string, follow_mode_map);
break;
- case ALLOW_MISSING_OPTION:
- error (0, 0,
- _("the --allow-missing option is deprecated; use --retry instead"));
- /* fall through */
case RETRY_OPTION:
reopen_inaccessible_files = true;
break;