Mercurial > hg > toybox
comparison Config.in @ 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 | 40d0c96a8e89 |
children | ed28d4d9558d |
comparison
equal
deleted
inserted
replaced
1347:c7bf4541d5be | 1348:63d8181b0f92 |
---|---|
10 | 10 |
11 config TOYBOX | 11 config TOYBOX |
12 bool | 12 bool |
13 default y | 13 default y |
14 help | 14 help |
15 usage: toybox [command] [arguments...] | 15 usage: toybox [--long | [command] [arguments...]] |
16 | 16 |
17 With no arguments, shows available commands. First argument is | 17 With no arguments, shows available commands. First argument is |
18 name of a command to run, followed by any arguments to that command. | 18 name of a command to run, followed by any arguments to that command. |
19 | |
20 --long Show path to each command | |
21 | |
22 To install command symlinks, try: | |
23 for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done | |
19 | 24 |
20 config TOYBOX_SUID | 25 config TOYBOX_SUID |
21 bool "SUID support" | 26 bool "SUID support" |
22 default y | 27 default y |
23 help | 28 help |