projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3375f0
)
blkid: make help text show [BLOCKDEV]...
author
Denys Vlasenko
<vda.linux@googlemail.com>
Tue, 6 Dec 2011 14:09:27 +0000
(15:09 +0100)
committer
Denys 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
patch
|
blob
|
history
diff --git
a/util-linux/blkid.c
b/util-linux/blkid.c
index c30360c65a5d2dfa9492f9987a885b4f5eca2eb8..a9fd9f361f312d99a2c8bfe6224720536858594c 100644
(file)
--- 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)
{