summaryrefslogtreecommitdiffstats
path: root/usr.sbin/fdformat
diff options
context:
space:
mode:
authormatthieu <matthieu@openbsd.org>2003-03-08 11:49:32 +0000
committermatthieu <matthieu@openbsd.org>2003-03-08 11:49:32 +0000
commit4566224b036d39e8043f3142e5b3caa8f4b28287 (patch)
tree6e168dc9f8dcbe6f8d350096a3e7b7ddccafea42 /usr.sbin/fdformat
parentTalk about chroot defaults, remove Linux note. (diff)
downloadwireguard-openbsd-4566224b036d39e8043f3142e5b3caa8f4b28287.tar.xz
wireguard-openbsd-4566224b036d39e8043f3142e5b3caa8f4b28287.zip
fix fdformat usage(). Ok deraadt@
Diffstat (limited to 'usr.sbin/fdformat')
-rw-r--r--usr.sbin/fdformat/fdformat.c3
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");