summaryrefslogtreecommitdiff
path: root/sbin/fdisk
diff options
context:
space:
mode:
authorIgor Sobrado <sobrado@cvs.openbsd.org>2007-12-30 13:20:14 +0000
committerIgor Sobrado <sobrado@cvs.openbsd.org>2007-12-30 13:20:14 +0000
commit70a02cc4b811acdacf2556e81cc10d8402ebe06e (patch)
tree947c2bf45519e038be24903e9a8259712c8471c8 /sbin/fdisk
parent0a4470a2401d68041b1b223ce085b7c0ba161c3a (diff)
sort flags in both synopsis and usage
ok jmc@
Diffstat (limited to 'sbin/fdisk')
-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 148a3b825cb..80e03c8399e 100644
--- a/sbin/fdisk/fdisk.c
+++ b/sbin/fdisk/fdisk.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: fdisk.c,v 1.47 2007/04/26 23:39:01 deraadt Exp $ */
+/* $OpenBSD: fdisk.c,v 1.48 2007/12/30 13:20:13 sobrado Exp $ */
/*
* Copyright (c) 1997 Tobias Weingartner
@@ -50,7 +50,7 @@ usage(void)
extern char * __progname;
fprintf(stderr, "usage: %s "
- "[-ieuy] [-c cylinders -h heads -s sectors] [-f mbrfile] device\n"
+ "[-eiuy] [-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"