From 66426760beef7e87c4735f433d123daf911b5b4a Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sun, 5 Jun 2011 03:58:28 +0200 Subject: *: remove "Options:" string from help texts function old new delta packed_usage 28706 28623 -83 Signed-off-by: Denys Vlasenko --- util-linux/blockdev.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'util-linux/blockdev.c') diff --git a/util-linux/blockdev.c b/util-linux/blockdev.c index 4aed02982..e25e529db 100644 --- a/util-linux/blockdev.c +++ b/util-linux/blockdev.c @@ -19,8 +19,7 @@ //usage:#define blockdev_trivial_usage //usage: "OPTION BLOCKDEV" //usage:#define blockdev_full_usage "\n\n" -//usage: "Options:" -//usage: "\n --setro Set ro" +//usage: " --setro Set ro" //usage: "\n --setrw Set rw" //usage: "\n --getro Get ro" //usage: "\n --getss Get sector size" -- cgit v1.2.3