summaryrefslogtreecommitdiff
path: root/sbin/fdisk/fdisk.c
diff options
context:
space:
mode:
authorJason McIntyre <jmc@cvs.openbsd.org>2005-05-01 20:53:39 +0000
committerJason McIntyre <jmc@cvs.openbsd.org>2005-05-01 20:53:39 +0000
commit9f9f6112da608f7ef68690bb88fbaf8a55f3d226 (patch)
tree8195176616eef026e2e67a4020250bfc1ae5bfd3 /sbin/fdisk/fdisk.c
parent7eeff3d89a213297a04ecbc0b98e43abdf6040d7 (diff)
- better synopsis
- sync usage() - add fstab(5) to SEE ALSO - NOTES -> CAVEATS and improve bits ok deraadt@ improvements and ok tom@
Diffstat (limited to 'sbin/fdisk/fdisk.c')
-rw-r--r--sbin/fdisk/fdisk.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sbin/fdisk/fdisk.c b/sbin/fdisk/fdisk.c
index 086bc824944..01e9e41c2da 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdisk.c,v 1.39 2004/08/03 09:22:03 otto Exp $ */
+/* $OpenBSD: fdisk.c,v 1.40 2005/05/01 20:53:38 jmc Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -48,7 +48,7 @@ usage(void)
extern char * __progname;
fprintf(stderr, "usage: %s "
- "[-ieu] [-f mbrboot] [-c cyl -h head -s sect] disk\n"
+ "[-ieu] [-c cylinders -h heads -s sectors] [-f mbrfile] device\n"
"\t-i: initialize disk with virgin MBR\n"
"\t-u: update MBR code, preserve partition table\n"
"\t-e: edit MBRs on disk interactively\n"