diff options
| author | Denys Vlasenko <vda.linux@googlemail.com> | 2011-12-06 15:09:27 +0100 | 
|---|---|---|
| committer | Denys Vlasenko <vda.linux@googlemail.com> | 2011-12-06 15:09:27 +0100 | 
| commit | 2f8ccc14f73fc062dae74ad59476da9ec0a6dedf (patch) | |
| tree | a089b63ab0e503e22d4a0a6a347dbc2faa9d3512 | |
| parent | c3375f0389469f596b93cdb34a6005382bc19a36 (diff) | |
| download | busybox-2f8ccc14f73fc062dae74ad59476da9ec0a6dedf.tar.gz | |
blkid: make help text show [BLOCKDEV]...
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
| -rw-r--r-- | 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 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)  { | 
