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 --- miscutils/beep.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'miscutils/beep.c') diff --git a/miscutils/beep.c b/miscutils/beep.c index c7699ffe1..910e03e1b 100644 --- a/miscutils/beep.c +++ b/miscutils/beep.c @@ -11,8 +11,7 @@ //usage:#define beep_trivial_usage //usage: "-f FREQ -l LEN -d DELAY -r COUNT -n" //usage:#define beep_full_usage "\n\n" -//usage: "Options:" -//usage: "\n -f Frequency in Hz" +//usage: " -f Frequency in Hz" //usage: "\n -l Length in ms" //usage: "\n -d Delay in ms" //usage: "\n -r Repetitions" -- cgit v1.2.3