From 5a5469f26af84ee31c2f31812629d45139335431 Mon Sep 17 00:00:00 2001 From: Poul-Henning Kamp Date: Sun, 26 Jan 2003 11:28:34 +0000 Subject: [PATCH] Remember to remove -N and -W from usage. --- sbin/bsdlabel/bsdlabel.c | 2 -- sbin/disklabel/disklabel.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index 59d1ba0f2b04..e7eb0848f426 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -1706,8 +1706,6 @@ usage(void) " disklabel -R -B [-n] [ -b bootprog ] disk protofile [ type ]", "\t\t(to restore label and install boot program)", #endif - " disklabel [-NW] disk", - "\t\t(to write disable/enable label)"); #else fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n", "usage: disklabel [-r] disk", "(to read label)", diff --git a/sbin/disklabel/disklabel.c b/sbin/disklabel/disklabel.c index 59d1ba0f2b04..e7eb0848f426 100644 --- a/sbin/disklabel/disklabel.c +++ b/sbin/disklabel/disklabel.c @@ -1706,8 +1706,6 @@ usage(void) " disklabel -R -B [-n] [ -b bootprog ] disk protofile [ type ]", "\t\t(to restore label and install boot program)", #endif - " disklabel [-NW] disk", - "\t\t(to write disable/enable label)"); #else fprintf(stderr, "%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n%s\n", "usage: disklabel [-r] disk", "(to read label)",