From 33106990a658591d621a397272a12196abe7bf17 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Mon, 22 Jul 2002 15:39:12 +0000 Subject: (usage): The short form of --dereference is now -L, not -l. --- src/stat.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stat.c b/src/stat.c index 6939df00f..fd29d431c 100644 --- a/src/stat.c +++ b/src/stat.c @@ -734,7 +734,7 @@ Display file or filesystem status.\n\ \n\ -f, --filesystem display filesystem status instead of file status\n\ -c --format=FORMAT use the specified FORMAT instead of the default\n\ - -l, --dereference follow links\n\ + -L, --dereference follow links\n\ -t, --terse print the information in terse form\n\ "), stdout); fputs (HELP_OPTION_DESCRIPTION, stdout); -- cgit v1.2.3-54-g00ecf