From e911bc54b51df9b96c41f55e0f3eac6ec2f27dc8 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 2 Jun 2005 05:11:32 +0000 Subject: (usage): Don't use "path" to describe a file name. --- src/readlink.c | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src') diff --git a/src/readlink.c b/src/readlink.c index 1548a2a7f..533b9b9e1 100644 --- a/src/readlink.c +++ b/src/readlink.c @@ -69,13 +69,13 @@ usage (int status) stdout); fputs (_("\ -f, --canonicalize canonicalize by following every symlink in\n\ - every component of the given path recursively;\n\ - all but the last path component must exist\n\ + every component of the given name recursively;\n\ + all but the last component must exist\n\ -e, --canonicalize-existing canonicalize by following every symlink in\n\ - every component of the given path recursively,\n\ - all path components must exist\n\ + every component of the given name recursively,\n\ + all components must exist\n\ -m, --canonicalize-missing canonicalize by following every symlink in\n\ - every component of the given path recursively,\n\ + every component of the given name recursively,\n\ without requirements on components existence\n\ -n, --no-newline do not output the trailing newline\n\ -q, --quiet,\n\ -- cgit v1.2.3-54-g00ecf