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

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

Log Message:
Update usage output a little


To generate a diff of this commit:
cvs rdiff -u -r1.13 -r1.14 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.13 src/distrib/utils/embedded/mkimage:1.14
--- src/distrib/utils/embedded/mkimage:1.13	Wed Jan 16 23:27:34 2013
+++ src/distrib/utils/embedded/mkimage	Mon Jan 21 16:47:23 2013
@@ -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 <a...@netbsd.org>
 # All rights reserved.
@@ -70,7 +70,7 @@ next_avail ()
 
 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
 }

Reply via email to