aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2011-12-06 15:09:27 +0100
committerDenys Vlasenko <vda.linux@googlemail.com>2011-12-06 15:09:27 +0100
commit2f8ccc14f73fc062dae74ad59476da9ec0a6dedf (patch)
treea089b63ab0e503e22d4a0a6a347dbc2faa9d3512
parentc3375f0389469f596b93cdb34a6005382bc19a36 (diff)
downloadbusybox-2f8ccc14f73fc062dae74ad59476da9ec0a6dedf.tar.gz
blkid: make help text show [BLOCKDEV]...
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
-rw-r--r--util-linux/blkid.c4
1 files changed, 1 insertions, 3 deletions
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)
{