aboutsummaryrefslogtreecommitdiff
path: root/toys/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'toys/Config.in')
-rw-r--r--toys/Config.in16
1 files changed, 16 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in
index 5634436c..5aae5c54 100644
--- a/toys/Config.in
+++ b/toys/Config.in
@@ -194,6 +194,22 @@ config PWD
The print working directory command prints the current directory.
+config READLINK
+ bool "readlink"
+ default n
+ help
+ usage: readlink
+
+ Show what a symbolic link points to.
+
+config READLINK_FINAL
+ bool "readlink -f"
+ default n
+ help
+ usage: readlink [-f]
+
+ -f Show final location, including normal files and multiple symlinks.
+
config SYNC
bool "sync"
default n