aboutsummaryrefslogtreecommitdiff
path: root/toys/other/readlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'toys/other/readlink.c')
-rw-r--r--toys/other/readlink.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/toys/other/readlink.c b/toys/other/readlink.c
index 2e0cf11e..1a75dcac 100644
--- a/toys/other/readlink.c
+++ b/toys/other/readlink.c
@@ -14,11 +14,11 @@ config READLINK
Options for producing cannonical paths (all symlinks/./.. resolved):
- -e cannonical path to existing entry (fail if missing)
- -f full path (fail if directory missing)
- -m ignore missing entries, show where it would be
- -n no trailing newline
- -q quiet (no output, just error code)
+ -e Canonical path to existing entry (fail if missing)
+ -f Full path (fail if directory missing)
+ -m Ignore missing entries, show where it would be
+ -n No trailing newline
+ -q Quiet (no output, just error code)
*/
#define FOR_readlink