summaryrefslogtreecommitdiff
path: root/src/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/readlink.c')
-rw-r--r--src/readlink.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/readlink.c b/src/readlink.c
index 533b9b9e1..800d235b4 100644
--- a/src/readlink.c
+++ b/src/readlink.c
@@ -1,5 +1,5 @@
/* readlink -- display value of a symbolic link.
- Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -74,6 +74,8 @@ usage (int status)
-e, --canonicalize-existing canonicalize by following every symlink in\n\
every component of the given name recursively,\n\
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\