Module Name:    src
Committed By:   wiz
Date:           Sat Jul 14 20:14:17 UTC 2012

Modified Files:
        src/sbin/mbrlabel: mbrlabel.c

Log Message:
>From Bug Hunting:
Sync usage with man page.


To generate a diff of this commit:
cvs rdiff -u -r1.27 -r1.28 src/sbin/mbrlabel/mbrlabel.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sbin/mbrlabel/mbrlabel.c
diff -u src/sbin/mbrlabel/mbrlabel.c:1.27 src/sbin/mbrlabel/mbrlabel.c:1.28
--- src/sbin/mbrlabel/mbrlabel.c:1.27	Sat Aug 27 17:45:30 2011
+++ src/sbin/mbrlabel/mbrlabel.c	Sat Jul 14 20:14:17 2012
@@ -1,4 +1,4 @@
-/*	$NetBSD: mbrlabel.c,v 1.27 2011/08/27 17:45:30 joerg Exp $	*/
+/*	$NetBSD: mbrlabel.c,v 1.28 2012/07/14 20:14:17 wiz Exp $	*/
 
 /*
  * Copyright (C) 1998 Wolfgang Solfrank.
@@ -33,7 +33,7 @@
 
 #include <sys/cdefs.h>
 #ifndef lint
-__RCSID("$NetBSD: mbrlabel.c,v 1.27 2011/08/27 17:45:30 joerg Exp $");
+__RCSID("$NetBSD: mbrlabel.c,v 1.28 2012/07/14 20:14:17 wiz Exp $");
 #endif /* not lint */
 
 #include <stdio.h>
@@ -239,7 +239,7 @@ getparts(int sd, u_int32_t off, u_int32_
 static void
 usage(void)
 {
-	fprintf(stderr, "usage: %s [-fqrw] [-s sector] rawdisk\n",
+	fprintf(stderr, "usage: %s [-fqrw] [-s sector] device\n",
 	    getprogname());
 	exit(1);
 }

Reply via email to