From: Denys Vlasenko Date: Tue, 6 Dec 2011 14:09:27 +0000 (+0100) Subject: blkid: make help text show [BLOCKDEV]... X-Git-Tag: 1_20_0~130 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=2f8ccc14f73fc062dae74ad59476da9ec0a6dedf;p=oweals%2Fbusybox.git blkid: make help text show [BLOCKDEV]... Signed-off-by: Denys Vlasenko --- diff --git a/util-linux/blkid.c b/util-linux/blkid.c index c30360c65..a9fd9f361 100644 --- a/util-linux/blkid.c +++ b/util-linux/blkid.c @@ -8,15 +8,13 @@ */ //usage:#define blkid_trivial_usage -//usage: "" +//usage: "[BLOCKDEV]..." //usage:#define blkid_full_usage "\n\n" //usage: "Print UUIDs of all filesystems" #include "libbb.h" #include "volume_id.h" -//TODO: extend to take BLOCKDEV args, and show TYPE="fstype" - int blkid_main(int argc, char **argv) MAIN_EXTERNALLY_VISIBLE; int blkid_main(int argc UNUSED_PARAM, char **argv) {