mirror of
git://git.sv.gnu.org/coreutils.git
synced 2026-05-29 13:46:41 +02:00
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.
This commit is contained in:
+1
-1
@@ -1,5 +1,5 @@
|
||||
[NAME]
|
||||
readlink \- display value of a symbolic link
|
||||
readlink \- print value of a symbolic link or canonical file name
|
||||
[DESCRIPTION]
|
||||
.\" Add any additional description here
|
||||
[SEE ALSO]
|
||||
|
||||
+1
-1
@@ -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\
|
||||
|
||||
Reference in New Issue
Block a user