Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/usr.sbin/mdsetimage fix usage.
details: https://anonhg.NetBSD.org/src/rev/a160dd9a86af
branches: trunk
changeset: 347896:a160dd9a86af
user: christos <christos%NetBSD.org@localhost>
date: Wed Sep 21 16:29:48 2016 +0000
description:
fix usage.
diffstat:
usr.sbin/mdsetimage/mdsetimage.c | 8 ++++----
1 files changed, 4 insertions(+), 4 deletions(-)
diffs (29 lines):
diff -r 7f66588ed7ab -r a160dd9a86af usr.sbin/mdsetimage/mdsetimage.c
--- a/usr.sbin/mdsetimage/mdsetimage.c Wed Sep 21 16:27:55 2016 +0000
+++ b/usr.sbin/mdsetimage/mdsetimage.c Wed Sep 21 16:29:48 2016 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mdsetimage.c,v 1.21 2016/09/21 16:25:41 christos Exp $ */
+/* $NetBSD: mdsetimage.c,v 1.22 2016/09/21 16:29:48 christos Exp $ */
/*
* Copyright (c) 1996, 2002 Christopher G. Demetriou
@@ -37,7 +37,7 @@
#if !defined(lint)
__COPYRIGHT("@(#) Copyright (c) 1996\
Christopher G. Demetriou. All rights reserved.");
-__RCSID("$NetBSD: mdsetimage.c,v 1.21 2016/09/21 16:25:41 christos Exp $");
+__RCSID("$NetBSD: mdsetimage.c,v 1.22 2016/09/21 16:29:48 christos Exp $");
#endif /* not lint */
#include <sys/types.h>
@@ -245,8 +245,8 @@
const char **list;
fprintf(stderr, "Usage: %s [-svx] [-b bfdname] [-I image_symbol] "
- "[-S size_symbol] [-T address] kernel image", getprogname());
- fprintf(stderr, "supported targets:");
+ "[-S size_symbol] [-T address] kernel image\n", getprogname());
+ fprintf(stderr, "Supported targets:");
for (list = bin_supported_targets(); *list != NULL; list++)
fprintf(stderr, " %s", *list);
fprintf(stderr, "\n");
Home |
Main Index |
Thread Index |
Old Index