From: Jim Meyering Date: Sun, 14 Sep 2008 07:38:59 +0000 (+0200) Subject: stat: remove obsolete and undocumented option, --filesystem X-Git-Tag: v7.0~46 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cddcb5d468e5aae408cea018002e2fdfd3b983a8;p=thirdparty%2Fcoreutils.git stat: remove obsolete and undocumented option, --filesystem * src/stat.c: Remove obsolete and undocumented --filesystem. --- diff --git a/src/stat.c b/src/stat.c index 491c190a4d..1b444f7ddf 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'},