From: Rob Landley Date: Wed, 11 Jun 2014 02:57:05 +0000 (-0500) Subject: Update toybox help to say how to install the static binary. X-Git-Tag: 0.5.0~169 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8431692738dc14412c236ab4ebc6464463b6327a;p=platform%2Fupstream%2Ftoybox.git Update toybox help to say how to install the static binary. --- diff --git a/Config.in b/Config.in index 5f04bd8..1bf228d 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