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, 5 insertions, 0 deletions
diff --git a/src/stat.c b/src/stat.c
index c8e5dde4e..0bcb1f19a 100644
--- a/src/stat.c
+++ b/src/stat.c
@@ -788,13 +788,18 @@ main (int argc, char *argv[])
case 'c':
format = optarg;
break;
+
case 'l': /* deprecated */
+ error (0, 0, _("Warning: `-l' is deprecated; use `-L' instead"));
+ /* fall through */
case 'L':
follow_links = 1;
break;
+
case 'f':
fs = 1;
break;
+
case 't':
terse = 1;
break;