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 /util-linux/blockdev.c | |
parent | b1560000c7284cb3fb94ae275f1a0bade3805931 (diff) | |
download | busybox-w32-b4e6b419340452d2e0fedc9f0f88c5fd102982de.tar.gz busybox-w32-b4e6b419340452d2e0fedc9f0f88c5fd102982de.tar.bz2 busybox-w32-b4e6b419340452d2e0fedc9f0f88c5fd102982de.zip |
tweak blockdev's help text
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
Diffstat (limited to 'util-linux/blockdev.c')
-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 @@ | |||
17 | //config: Performs some ioctls with block devices. | 17 | //config: Performs some ioctls with block devices. |
18 | 18 | ||
19 | //usage:#define blockdev_trivial_usage | 19 | //usage:#define blockdev_trivial_usage |
20 | //usage: "OPTION [OPTARG] DEVICE" | 20 | //usage: "OPTION BLOCKDEV" |
21 | //usage:#define blockdev_full_usage "\n\n" | 21 | //usage:#define blockdev_full_usage "\n\n" |
22 | //usage: "Options:" | 22 | //usage: "Options:" |
23 | //usage: "\n --setro Set ro" | 23 | //usage: "\n --setro Set ro" |