From 5bc8c005a8e15c43285bc595a8d404de67a482ac Mon Sep 17 00:00:00 2001 From: Pere Orga Date: Mon, 11 Apr 2011 03:29:49 +0200 Subject: move remaining help text from include/usage.src.h Signed-off-by: Pere Orga Signed-off-by: Denys Vlasenko --- util-linux/fdformat.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'util-linux/fdformat.c') diff --git a/util-linux/fdformat.c b/util-linux/fdformat.c index 57e9c26f8..bf7098e71 100644 --- a/util-linux/fdformat.c +++ b/util-linux/fdformat.c @@ -5,6 +5,13 @@ * Licensed under GPLv2, see file LICENSE in this source tree. */ +//usage:#define fdformat_trivial_usage +//usage: "[-n] DEVICE" +//usage:#define fdformat_full_usage "\n\n" +//usage: "Format floppy disk\n" +//usage: "\nOptions:" +//usage: "\n -n Don't verify after format" + #include "libbb.h" -- cgit v1.2.3