diff options
author | Jim Meyering <jim@meyering.net> | 2001-10-20 14:58:59 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-10-20 14:58:59 +0000 |
commit | 968956b998ce1e4c9a54efadf72bdff880f5e15e (patch) | |
tree | b1a2dbb18f88fccb816113aa74f754d28913a18c /src | |
parent | 8458d3c3767c44dfbc3aa45d835edb18fe2ee33e (diff) | |
download | coreutils-968956b998ce1e4c9a54efadf72bdff880f5e15e.tar.xz |
(usage): Improve the description of --dereference (-L).
Diffstat (limited to 'src')
-rw-r--r-- | src/ls.c | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -3396,7 +3396,9 @@ Sort entries alphabetically if none of -cftuSUX nor --sort.\n\ -I, --ignore=PATTERN do not list implied entries matching shell PATTERN\n\ -k, --kilobytes like --block-size=1024\n\ -l use a long listing format\n\ - -L, --dereference list entries pointed to by symbolic links\n\ + -L, --dereference when showing file information for a symbolic\n\ + link, show information for the file the link\n\ + references rather than for the link itself\n\ -m fill width with a comma separated list of entries\n")); printf (_("\ |