Source-Changes-HG archive

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

[src/trunk]: src/distrib/utils/embedded More usage updates



details:   https://anonhg.NetBSD.org/src/rev/563b812baae5
branches:  trunk
changeset: 784194:563b812baae5
user:      skrll <skrll%NetBSD.org@localhost>
date:      Mon Jan 21 16:49:49 2013 +0000

description:
More usage updates

diffstat:

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

diffs (20 lines):

diff -r 33b1e5b53b9d -r 563b812baae5 distrib/utils/embedded/mkimage
--- a/distrib/utils/embedded/mkimage    Mon Jan 21 16:48:23 2013 +0000
+++ b/distrib/utils/embedded/mkimage    Mon Jan 21 16:49:49 2013 +0000
@@ -1,6 +1,6 @@
 #! /bin/sh
 
-# $NetBSD: mkimage,v 1.14 2013/01/21 16:47:23 skrll Exp $
+# $NetBSD: mkimage,v 1.15 2013/01/21 16:49:49 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 -h <host-arch> [-S <setsdir>] [-c <custom-files-dir>] [-s <size>]
+Usage: $PROG -h <host-arch> [-S <setsdir>] [-c <custom-files-dir>] [-s <size>] [<image>]
 EOF
        exit 1
 }



Home | Main Index | Thread Index | Old Index