diff options
author | Jim Meyering <meyering@redhat.com> | 2008-09-14 09:38:59 +0200 |
---|---|---|
committer | Jim Meyering <meyering@redhat.com> | 2008-09-14 09:38:59 +0200 |
commit | cddcb5d468e5aae408cea018002e2fdfd3b983a8 (patch) | |
tree | eb38929996c91222a450201e30918fc1542b79ff /src | |
parent | 3e8f9c8d3570491540ffe77279839839a352afda (diff) | |
download | coreutils-cddcb5d468e5aae408cea018002e2fdfd3b983a8.tar.xz |
stat: remove obsolete and undocumented option, --filesystem
* src/stat.c: Remove obsolete and undocumented --filesystem.
Diffstat (limited to 'src')
-rw-r--r-- | src/stat.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/stat.c b/src/stat.c index 491c190a4..1b444f7dd 100644 --- a/src/stat.c +++ b/src/stat.c @@ -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'}, |