]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
(usage): Don't use "path" to describe a file name.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 05:11:32 +0000 (05:11 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 2 Jun 2005 05:11:32 +0000 (05:11 +0000)
src/readlink.c

index 1548a2a7f2c7ce5fc5593ca0a17be7bcde1f3111..533b9b9e18f7f2a36fa75330cc7455d41f3418f9 100644 (file)
@@ -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\