Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/distrib/utils/embedded Update usage output a little



details:   https://anonhg.NetBSD.org/src/rev/76406f90c6af
branches:  trunk
changeset: 784192:76406f90c6af
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 21 16:47:23 2013 +0000

description:
Update usage output a little

diffstat:

 distrib/utils/embedded/mkimage |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (20 lines):

diff -r f2663a12e109 -r 76406f90c6af distrib/utils/embedded/mkimage
--- a/distrib/utils/embedded/mkimage    Mon Jan 21 16:25:09 2013 +0000
+++ b/distrib/utils/embedded/mkimage    Mon Jan 21 16:47:23 2013 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: mkimage,v 1.13 2013/01/16 23:27:34 christos Exp $
+# $NetBSD: mkimage,v 1.14 2013/01/21 16:47:23 skrll Exp $
 #
 # Copyright (c) 2012 Alistair Crooks <agc%NetBSD.org@localhost>
 # All rights reserved.
@@ -70,7 +70,7 @@
 
 usage() {
        cat << EOF 1>&2
-Usage: $PROG [-S <setsdir>] [-c <custom-files-dir>] [-h <host-arch>] [-s <size>]
+Usage: $PROG -h <host-arch> [-S <setsdir>] [-c <custom-files-dir>] [-s <size>]
 EOF
        exit 1
 }



Home | Main Index | Thread Index | Old Index