changeset 1348:63d8181b0f92 draft

Update toybox help to say how to install the static binary.
author Rob Landley <rob@landley.net>
date Tue, 10 Jun 2014 21:57:05 -0500
parents c7bf4541d5be
children bf2e5591bdf0
files Config.in
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/Config.in	Tue Jun 10 08:29:10 2014 -0500
+++ b/Config.in	Tue Jun 10 21:57:05 2014 -0500
@@ -12,11 +12,16 @@
 	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