diff options
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in index ff4c68a3..fcec743e 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -217,6 +217,14 @@ config READLINK_FINAL -f Show final location, including normal files and multiple symlinks. +config SLEEP + bool "sleep" + default n + help + usage: sleep SECONDS + + Wait a decimal integer number of seconds. + config SYNC bool "sync" default n |