From: Jim Meyering Date: Mon, 22 Jul 2002 15:39:12 +0000 (+0000) Subject: (usage): The short form of --dereference is now -L, not -l. X-Git-Tag: FILEUTILS-4_1_11~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=33106990a658591d621a397272a12196abe7bf17;p=thirdparty%2Fcoreutils.git (usage): The short form of --dereference is now -L, not -l. --- diff --git a/src/stat.c b/src/stat.c index 6939df00fb..fd29d431c1 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);