diff options
author | Denys Vlasenko | 2018-01-14 12:03:33 +0100 |
---|---|---|
committer | Denys Vlasenko | 2018-01-14 12:03:33 +0100 |
commit | 38da4c4420ea6d7b3cf120c0902458e7d8256560 (patch) | |
tree | 12c2f1c121c1de98998d4bd9ef97e4d3fc08c7ea /miscutils/setfattr.c | |
parent | 12714ffa279275ac333f82368aa8cac1a740d5de (diff) | |
download | busybox-38da4c4420ea6d7b3cf120c0902458e7d8256560.zip busybox-38da4c4420ea6d7b3cf120c0902458e7d8256560.tar.gz |
config: add size estimations for a few applets
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'miscutils/setfattr.c')
-rw-r--r-- | miscutils/setfattr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/miscutils/setfattr.c b/miscutils/setfattr.c index f0ef227..12eebc5 100644 --- a/miscutils/setfattr.c +++ b/miscutils/setfattr.c @@ -6,7 +6,7 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ //config:config SETFATTR -//config: bool "setfattr" +//config: bool "setfattr (3.6 kb)" //config: default y //config: help //config: Set/delete extended attributes on files |