]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
stat: remove obsolete and undocumented option, --filesystem
authorJim Meyering <meyering@redhat.com>
Sun, 14 Sep 2008 07:38:59 +0000 (09:38 +0200)
committerJim Meyering <meyering@redhat.com>
Sun, 14 Sep 2008 07:38:59 +0000 (09:38 +0200)
* src/stat.c: Remove obsolete and undocumented --filesystem.

src/stat.c

index 491c190a4db9073957b86666aab045489d596896..1b444f7ddfa3c5872cf050168a774efd03555f27 100644 (file)
@@ -161,10 +161,6 @@ static struct option const long_options[] =
   {"context", no_argument, 0, 'Z'},
   {"dereference", no_argument, NULL, 'L'},
   {"file-system", no_argument, NULL, 'f'},
-
-  /* obsolete and undocumented alias: FIXME: remove in 2009 */
-  {"filesystem", no_argument, NULL, 'f'},
-
   {"format", required_argument, NULL, 'c'},
   {"printf", required_argument, NULL, PRINTF_OPTION},
   {"terse", no_argument, NULL, 't'},