diff options
author | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2003-03-08 11:49:33 +0000 |
---|---|---|
committer | Matthieu Herrb <matthieu@cvs.openbsd.org> | 2003-03-08 11:49:33 +0000 |
commit | d47a844880ca50114f3f95b78f9229d9896b32b8 (patch) | |
tree | eba616524432c52b96bcaa39a053acfacab1fe89 /usr.sbin/fdformat/fdformat.c | |
parent | 6c5adce46061b562acf5d0452275016777621226 (diff) |
fix fdformat usage(). Ok deraadt@
Diffstat (limited to 'usr.sbin/fdformat/fdformat.c')
-rw-r--r-- | usr.sbin/fdformat/fdformat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/fdformat/fdformat.c b/usr.sbin/fdformat/fdformat.c index ff160cb56d9..cc947bbc755 100644 --- a/usr.sbin/fdformat/fdformat.c +++ b/usr.sbin/fdformat/fdformat.c @@ -1,4 +1,4 @@ -/* $OpenBSD: fdformat.c,v 1.10 2002/03/14 16:44:24 mpech Exp $ */ +/* $OpenBSD: fdformat.c,v 1.11 2003/03/08 11:49:32 matthieu Exp $ */ /* * Copyright (C) 1992-1994 by Joerg Wunsch, Dresden @@ -141,7 +141,6 @@ usage () printf("\t-q\tsupress any normal output, don't ask for confirmation\n"); printf("\t-n\tdon't verify floppy after formatting\n"); printf("\t-v\tdon't format, verify only\n"); - printf("\t\tvalid choices are 360, 720, 800, 820, 1200, 1440, 1480, 1720\n"); printf("\tdevname\tthe full name of floppy device or in short form fd0, fd1\n"); printf("Obscure options:\n"); printf("\t-c #\tspecify number of cylinders, 40 or 80\n"); |