[git commit] blkid: make help text show [BLOCKDEV]...

Denys Vlasenko vda.linux at googlemail.com
Tue Dec 6 14:09:27 UTC 2011


commit: http://git.busybox.net/busybox/commit/?id=2f8ccc14f73fc062dae74ad59476da9ec0a6dedf
branch: http://git.busybox.net/busybox/commit/?id=refs/heads/master

Signed-off-by: Denys Vlasenko <vda.linux at googlemail.com>
---
 util-linux/blkid.c |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/util-linux/blkid.c b/util-linux/blkid.c
index c30360c..a9fd9f3 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)
 {


More information about the busybox-cvs mailing list