1
0
mirror of git://git.sv.gnu.org/coreutils.git synced 2026-04-11 14:44:18 +02:00

stat: remove obsolete and undocumented option, --filesystem

* src/stat.c: Remove obsolete and undocumented --filesystem.
This commit is contained in:
Jim Meyering
2008-09-14 09:38:59 +02:00
parent 3e8f9c8d35
commit cddcb5d468

View 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'},