aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Config.in7
1 files changed, 6 insertions, 1 deletions
diff --git a/Config.in b/Config.in
index 5f04bd88..1bf228d2 100644
--- a/Config.in
+++ b/Config.in
@@ -12,11 +12,16 @@ config TOYBOX
bool
default y
help
- usage: toybox [command] [arguments...]
+ usage: toybox [--long | [command] [arguments...]]
With no arguments, shows available commands. First argument is
name of a command to run, followed by any arguments to that command.
+ --long Show path to each command
+
+ To install command symlinks, try:
+ for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done
+
config TOYBOX_SUID
bool "SUID support"
default y