diff options
author | Rob Landley <rob@landley.net> | 2015-04-07 14:57:55 -0500 |
---|---|---|
committer | Rob Landley <rob@landley.net> | 2015-04-08 17:17:44 -0500 |
commit | 0a403900d689ecbe011ec41ee87b6dcbd615b405 (patch) | |
tree | c84b5a2d14ad7cd7e024520cae81bdc244104364 /Config.in | |
parent | d5959c27779e556fda4694d4fa8ea214138af35b (diff) | |
download | toybox-0a403900d689ecbe011ec41ee87b6dcbd615b405.tar.gz toybox-0a403900d689ecbe011ec41ee87b6dcbd615b405.tar.bz2 toybox-0a403900d689ecbe011ec41ee87b6dcbd615b405.zip |
Update multiplexer help text for --version
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -13,12 +13,13 @@ config TOYBOX bool default y help - usage: toybox [--long | [command] [arguments...]] + usage: toybox [--long | --version | [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 + --version Show toybox version To install command symlinks, try: for i in $(/bin/toybox --long); do ln -s /bin/toybox $i; done @@ -39,7 +40,7 @@ config TOYBOX_SELINUX default n help Include SELinux options in commands such as ls, and add - SELinux-specific commands such as chcon. + SELinux-specific commands such as chcon to the Android menu. config TOYBOX_FLOAT bool "Floating point support" |