diff options
author | Denys Vlasenko <dvlasenk@redhat.com> | 2010-09-06 14:15:46 +0200 |
---|---|---|
committer | Denys Vlasenko <dvlasenk@redhat.com> | 2010-09-06 14:15:46 +0200 |
commit | b4e6b419340452d2e0fedc9f0f88c5fd102982de (patch) | |
tree | 2497e9b403f6a48a55deea33fa5e32b0dd9ce163 | |
parent | b1560000c7284cb3fb94ae275f1a0bade3805931 (diff) | |
download | busybox-b4e6b419340452d2e0fedc9f0f88c5fd102982de.tar.gz |
tweak blockdev's help text
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
-rw-r--r-- | util-linux/blockdev.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c index eb5914b58..fea30b009 100644 --- a/util-linux/blockdev.c +++ b/util-linux/blockdev.c @@ -17,7 +17,7 @@ //config: Performs some ioctls with block devices. //usage:#define blockdev_trivial_usage -//usage: "OPTION [OPTARG] DEVICE" +//usage: "OPTION BLOCKDEV" //usage:#define blockdev_full_usage "\n\n" //usage: "Options:" //usage: "\n --setro Set ro" |