summaryrefslogtreecommitdiff
path: root/sbin/bsdlabel/bsdlabel.c
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>2003-04-18 19:44:12 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>2003-04-18 19:44:12 +0000
commit2c60b6689ab990ad3d34257119765d9d29b2e6d9 (patch)
treecf0c549297a9e79777a2e177172ded33c5ad2d3f /sbin/bsdlabel/bsdlabel.c
parentf029471dbe4dd5259180ef70082c2774e1561c86 (diff)
Notes
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.c')
-rw-r--r--sbin/bsdlabel/bsdlabel.c16
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c
index a6477fad6a8f..445fd1cf37b7 100644
--- a/sbin/bsdlabel/bsdlabel.c
+++ b/sbin/bsdlabel/bsdlabel.c
@@ -107,7 +107,7 @@ __FBSDID("$FreeBSD$");
#include "pathnames.h"
/*
- * Disklabel: read and write disklabels.
+ * Disklabel: read and write bsdlabels.
* The label is usually placed on one of the first sectors of the disk.
* Many machines also place a bootstrap in the same area,
* in which case the label is embedded in the bootstrap.
@@ -1563,19 +1563,19 @@ usage(void)
fprintf(stderr,
"%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n",
- "usage: disklabel [-r] disk",
+ "usage: bsdlabel [-r] disk",
"\t\t(to read label)",
- " disklabel -w [-nr] [-m machine] disk type [packid]",
+ " bsdlabel -w [-nr] [-m machine] disk type [packid]",
"\t\t(to write label with existing boot program)",
- " disklabel -e [-nr] [-m machine] disk",
+ " bsdlabel -e [-nr] [-m machine] disk",
"\t\t(to edit label)",
- " disklabel -R [-nr] [-m machine] disk protofile",
+ " bsdlabel -R [-nr] [-m machine] disk protofile",
"\t\t(to restore label with existing boot program)",
- " disklabel -B [-b boot] [-m machine] disk",
+ " bsdlabel -B [-b boot] [-m machine] disk",
"\t\t(to install boot program with existing on-disk label)",
- " disklabel -w -B [-n] [-b boot] [-m machine] disk type [packid]",
+ " bsdlabel -w -B [-n] [-b boot] [-m machine] disk type [packid]",
"\t\t(to write label and install boot program)",
- " disklabel -R -B [-n] [-b boot] [-m machine] disk protofile",
+ " bsdlabel -R -B [-n] [-b boot] [-m machine] disk protofile",
"\t\t(to restore label and install boot program)"
);
exit(1);