summaryrefslogtreecommitdiff
path: root/src/stat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/stat.c')
-rw-r--r--src/stat.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/stat.c b/src/stat.c
index 57439a472..e696f9959 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -162,7 +162,10 @@ static struct option const long_options[] = {
{"context", no_argument, 0, 'Z'},
{"dereference", no_argument, NULL, 'L'},
{"file-system", no_argument, NULL, 'f'},
- {"filesystem", no_argument, NULL, 'f'}, /* obsolete and undocumented alias */
+
+ /* 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'},