blkid: make help text show [BLOCKDEV]...
authorDenys Vlasenko <vda.linux@googlemail.com>
Tue, 6 Dec 2011 14:09:27 +0000 (15:09 +0100)
committerDenys Vlasenko <vda.linux@googlemail.com>
Tue, 6 Dec 2011 14:09:27 +0000 (15:09 +0100)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
util-linux/blkid.c

index c30360c65a5d2dfa9492f9987a885b4f5eca2eb8..a9fd9f361f312d99a2c8bfe6224720536858594c 100644 (file)
@@ -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)
 {