Module Name:    src
Committed By:   skrll
Date:           Mon Jan 21 16:49:49 UTC 2013

Modified Files:
        src/distrib/utils/embedded: mkimage

Log Message:
More usage updates


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/distrib/utils/embedded/mkimage

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

Modified files:

Index: src/distrib/utils/embedded/mkimage
diff -u src/distrib/utils/embedded/mkimage:1.14 src/distrib/utils/embedded/mkimage:1.15
--- src/distrib/utils/embedded/mkimage:1.14	Mon Jan 21 16:47:23 2013
+++ src/distrib/utils/embedded/mkimage	Mon Jan 21 16:49:49 2013
@@ -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 <a...@netbsd.org>
 # All rights reserved.
@@ -70,7 +70,7 @@ next_avail ()
 
 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
 }

Reply via email to