diff options
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.c')
-rw-r--r-- | sbin/bsdlabel/bsdlabel.c | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index a6477fa..445fd1c 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); |