config: update size information
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
//config:config AWK
|
||||
//config: bool "awk (22 kb)"
|
||||
//config: bool "awk (23 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Awk is used as a pattern scanning and processing language.
|
||||
|
@ -7,7 +7,7 @@
|
||||
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
|
||||
*/
|
||||
//config:config CMP
|
||||
//config: bool "cmp (5.4 kb)"
|
||||
//config: bool "cmp (4.9 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: cmp is used to compare two files and returns the result
|
||||
|
@ -7,7 +7,7 @@
|
||||
* The "ed" built-in command (much simplified)
|
||||
*/
|
||||
//config:config ED
|
||||
//config: bool "ed (25 kb)"
|
||||
//config: bool "ed (21 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: The original 1970's Unix text editor, from the days of teletypes.
|
||||
|
@ -21,7 +21,7 @@
|
||||
* [file] which file to patch
|
||||
*/
|
||||
//config:config PATCH
|
||||
//config: bool "patch (9.1 kb)"
|
||||
//config: bool "patch (9.4 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: Apply a unified diff formatted patch.
|
||||
|
@ -26,7 +26,7 @@
|
||||
USE_PATCH(NEWTOY(patch, USE_TOYBOX_DEBUG("x")"up#i:R", TOYFLAG_USR|TOYFLAG_BIN))
|
||||
|
||||
config PATCH
|
||||
bool "patch (9.1 kb)"
|
||||
bool "patch (9.4 kb)"
|
||||
default y
|
||||
help
|
||||
usage: patch [-i file] [-p depth] [-Ru]
|
||||
|
@ -19,7 +19,7 @@
|
||||
* An "ex" line oriented mode- maybe using "cmdedit"
|
||||
*/
|
||||
//config:config VI
|
||||
//config: bool "vi (22 kb)"
|
||||
//config: bool "vi (23 kb)"
|
||||
//config: default y
|
||||
//config: help
|
||||
//config: 'vi' is a text editor. More specifically, it is the One True
|
||||
|
Reference in New Issue
Block a user