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

(From OE-Core rev: 04c1d218ffb775d25c0eaefa3558bab250bb3b4b)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2011-04-21 11:46:14 +01:00
parent 01f83c9e09
commit 6b46c2aa94
1 changed files with 1 additions and 1 deletions

View File

@ -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