--- src/readlink.c.orig 2019-05-08 11:13:33.604658741 -0700 +++ src/readlink.c 2019-05-08 11:22:31.071678813 -0700 @@ -63,6 +63,10 @@ usage (int status) fputs (_("Print value of a symbolic link or canonical file name\n\n"), stdout); fputs (_("\ + -m, --canonicalize-missing canonicalize by following every symlink in\n\ + every component of the given name recursively,\ +\n\ + without requirements on components existence\n\ -f, --canonicalize canonicalize by following every symlink in\n\ every component of the given name recursively;\ \n\ @@ -73,10 +77,6 @@ usage (int status) all components must exist\n\ "), stdout); fputs (_("\ - -m, --canonicalize-missing canonicalize by following every symlink in\n\ - every component of the given name recursively,\ -\n\ - without requirements on components existence\n\ -n, --no-newline do not output the trailing delimiter\n\ -q, --quiet\n\ -s, --silent suppress most error messages (on by default)\n\