diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 10:53:09 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2017-07-27 10:53:09 +0200 |
commit | 68b653b66b0db6b1554806650fb0bebd7af9ef3b (patch) | |
tree | 6549966edd734b162fc4f6c88271b1023fa0d013 /util-linux/blkid.c | |
parent | 86d5bf4246a7ba68d220bc6c7a7a3be62119dc12 (diff) | |
download | busybox-w32-68b653b66b0db6b1554806650fb0bebd7af9ef3b.tar.gz busybox-w32-68b653b66b0db6b1554806650fb0bebd7af9ef3b.tar.bz2 busybox-w32-68b653b66b0db6b1554806650fb0bebd7af9ef3b.zip |
config: trim/improve item names and help texts, take 2
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'util-linux/blkid.c')
-rw-r--r-- | util-linux/blkid.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/util-linux/blkid.c b/util-linux/blkid.c index f353cf248..0bd701aae 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.c | |||
@@ -13,8 +13,6 @@ | |||
13 | //config: select VOLUMEID | 13 | //config: select VOLUMEID |
14 | //config: help | 14 | //config: help |
15 | //config: Lists labels and UUIDs of all filesystems. | 15 | //config: Lists labels and UUIDs of all filesystems. |
16 | //config: WARNING: | ||
17 | //config: With all submodules selected, it will add ~8k to busybox. | ||
18 | //config: | 16 | //config: |
19 | //config:config FEATURE_BLKID_TYPE | 17 | //config:config FEATURE_BLKID_TYPE |
20 | //config: bool "Print filesystem type" | 18 | //config: bool "Print filesystem type" |