summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2009-07-24 09:33:23 +0200
committerJim Meyering <meyering@redhat.com>2009-07-24 09:33:38 +0200
commit571b7e3eee2d2a00fc0398fb1a14db0e5da83a20 (patch)
tree32beecf16a36167f5b34660f67e898abafeaf158 /src
parent954dba24d43d18de5a365c7f80ecb5d1ea4be108 (diff)
downloadcoreutils-571b7e3eee2d2a00fc0398fb1a14db0e5da83a20.tar.xz
readlink: improve one-line summary: prints canonical file names, too
* src/readlink.c (usage): Adjust one-line summary. * man/readlink.x: Likewise. Suggested by Kamil Dudka.
Diffstat (limited to 'src')
-rw-r--r--src/readlink.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/readlink.c b/src/readlink.c
index 2ea30fa72..444a02a01 100644
--- a/src/readlink.c
+++ b/src/readlink.c
@@ -61,7 +61,7 @@ usage (int status)
else
{
printf (_("Usage: %s [OPTION]... FILE\n"), program_name);
- fputs (_("Display value of a symbolic link on standard output.\n\n"),
+ fputs (_("Print value of a symbolic link or canonical file name\n\n"),
stdout);
fputs (_("\
-f, --canonicalize canonicalize by following every symlink in\n\