diff options
Diffstat (limited to 'Build/source/texk/kpathsea/readlink.c')
-rw-r--r-- | Build/source/texk/kpathsea/readlink.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/readlink.c b/Build/source/texk/kpathsea/readlink.c index a828a5ea378..1a0fe72c26a 100644 --- a/Build/source/texk/kpathsea/readlink.c +++ b/Build/source/texk/kpathsea/readlink.c @@ -38,7 +38,7 @@ main (int argc, char **argv) int status; char path[PATH_MAX]; #endif - + if (argc > 1 && strcmp (argv[1], "--help") == 0) { printf("Usage: %s FILE\n\ If FILE exists and is a symlink, print the contents of the link and\n\ |