From: Paul Eggert Date: Thu, 2 Jun 2005 05:11:32 +0000 (+0000) Subject: (usage): Don't use "path" to describe a file name. X-Git-Tag: CPPI-1_12~670 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e911bc54b51df9b96c41f55e0f3eac6ec2f27dc8;p=thirdparty%2Fcoreutils.git (usage): Don't use "path" to describe a file name. --- diff --git a/src/readlink.c b/src/readlink.c index 1548a2a7f2..533b9b9e18 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\