+2007-06-22 Jim Meyering <jim@meyering.net>
+
+ * src/stat.c (long_options): Add a FIXME comment to help ensure
+ that the deprecated and undocumented "--filesystem" option is
+ removed someday.
+
2007-06-18 Paul Eggert <eggert@cs.ucla.edu>
A few more symlink-related fixes. Fix a bug triggered by cp
{"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'},