Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sbin/mbrlabel From Bug Hunting:
details: https://anonhg.NetBSD.org/src/rev/033859afce1c
branches: trunk
changeset: 780188:033859afce1c
user: wiz <wiz%NetBSD.org@localhost>
date: Sat Jul 14 20:14:17 2012 +0000
description:
>From Bug Hunting:
Sync usage with man page.
diffstat:
sbin/mbrlabel/mbrlabel.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 2aad0920f8c3 -r 033859afce1c sbin/mbrlabel/mbrlabel.c
--- a/sbin/mbrlabel/mbrlabel.c Sat Jul 14 20:13:30 2012 +0000
+++ b/sbin/mbrlabel/mbrlabel.c Sat Jul 14 20:14:17 2012 +0000
@@ -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 @@
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);
}
Home |
Main Index |
Thread Index |
Old Index