diff options
Diffstat (limited to 'toys/Config.in')
-rw-r--r-- | toys/Config.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/toys/Config.in b/toys/Config.in index 04640c58..34c31107 100644 --- a/toys/Config.in +++ b/toys/Config.in @@ -11,6 +11,14 @@ config TOYBOX With no arguments, shows available commands. First argument is name of a command to run, followed by any arguments to that command. +config BASENAME + bool "basename" + default y + help + usage: basename path + + Print the part of path after the last slash. + config BZCAT bool "bzcat" default n @@ -68,6 +76,14 @@ config DF_PEDANTIC -k Sets units back to 1024 bytes (the default without -P) +config DIRNAME + bool "dirname" + default y + help + usage: dirname path + + Print the part of path up to the last slash. + config DMESG bool "dmesg" default y |