diff options
Diffstat (limited to 'src/stat.c')
-rw-r--r-- | src/stat.c | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/src/stat.c b/src/stat.c index 39d30777e..f1b5ef110 100644 --- a/src/stat.c +++ b/src/stat.c @@ -1071,7 +1071,7 @@ main (int argc, char *argv[]) atexit (close_stdout); - while ((c = getopt_long (argc, argv, "c:fLtZ", long_options, NULL)) != -1) + while ((c = getopt_long (argc, argv, "c:fLt", long_options, NULL)) != -1) { switch (c) { @@ -1099,15 +1099,6 @@ main (int argc, char *argv[]) terse = true; break; - case 'Z': /* FIXME: remove in 2010 */ - /* Ignore, for compatibility with distributions - that implemented this before upstream. - But warn of impending removal. */ - error (0, 0, - _("the --context (-Z) option is obsolete and will be removed\n" - "in a future release")); - break; - case_GETOPT_HELP_CHAR; case_GETOPT_VERSION_CHAR (PROGRAM_NAME, AUTHORS); |