summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2002-07-22 15:39:12 +0000
committerJim Meyering <jim@meyering.net>2002-07-22 15:39:12 +0000
commit33106990a658591d621a397272a12196abe7bf17 (patch)
tree8da17e12f7d3aa91262bcc323ad3b657b1c7ad0b
parent63fb8bd5b675dd3f422ab0f9741ad81d0710d13a (diff)
downloadcoreutils-33106990a658591d621a397272a12196abe7bf17.tar.xz
(usage): The short form of --dereference is now -L, not -l.
-rw-r--r--src/stat.c2
1 files changed, 1 insertions, 1 deletions
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);