Browse Source

runqemu-extra-sdk: Update function usage to clearly reflect its meaning

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Richard Purdie 13 years ago
parent
commit
04c1d218ff
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/runqemu-extract-sdk

+ 1 - 1
scripts/runqemu-extract-sdk

@@ -21,7 +21,7 @@
 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
 
 function usage() {
-	echo "Usage: $0 <runqemu-sdk-tarball> <extract-dir>"
+	echo "Usage: $0 <image-tarball> <extract-dir>"
 }
 
 if [ $# -ne 2 ]; then