diff options
| author | Jim Meyering <meyering@redhat.com> | 2009-07-24 09:33:23 +0200 |
|---|---|---|
| committer | Jim Meyering <meyering@redhat.com> | 2009-07-24 09:33:38 +0200 |
| commit | 571b7e3eee2d2a00fc0398fb1a14db0e5da83a20 (patch) | |
| tree | 32beecf16a36167f5b34660f67e898abafeaf158 /src/readlink.c | |
| parent | build: update from gnulib (diff) | |
| download | coreutils-571b7e3eee2d2a00fc0398fb1a14db0e5da83a20.tar.gz coreutils-571b7e3eee2d2a00fc0398fb1a14db0e5da83a20.zip | |
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/readlink.c')
| -rw-r--r-- | src/readlink.c | 2 |
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\ |
