diff options
Diffstat (limited to 'sbin/bsdlabel/bsdlabel.c')
| -rw-r--r-- | sbin/bsdlabel/bsdlabel.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/bsdlabel/bsdlabel.c b/sbin/bsdlabel/bsdlabel.c index a68ee377a97c..912833ec12e3 100644 --- a/sbin/bsdlabel/bsdlabel.c +++ b/sbin/bsdlabel/bsdlabel.c @@ -136,7 +136,7 @@ main(int argc, char *argv[])  	name = NULL;  	fprintf(stderr, -	    "WARNING: bsdlabel is deprecated and is not available in FreeBSD 15 or later.\n" +	    "WARNING: bsdlabel is deprecated and is not available in FreeBSD 16 or later.\n"  	    "Please use gpart instead.\n\n");  	while ((ch = getopt(argc, argv, "ABb:efm:nRrw")) != -1)  | 
