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:
@@ -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'},
|
||||
|
||||
Reference in New Issue
Block a user