diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 11:46:14 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-04-21 12:56:11 +0100 |
commit | 6b46c2aa94cc9a1dae24a3d54c32d003a790f2e4 (patch) | |
tree | 9a6771b19a65efae4e2f9d8795a25695a121157e /scripts | |
parent | 01f83c9e093d562e1beeece7a5f79467c2651849 (diff) | |
download | poky-6b46c2aa94cc9a1dae24a3d54c32d003a790f2e4.tar.gz |
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>
Diffstat (limited to 'scripts')
-rw-r--r-- | scripts/runqemu-extract-sdk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/runqemu-extract-sdk b/scripts/runqemu-extract-sdk index 50a9c316be..e476f3f637 100644 --- a/scripts/runqemu-extract-sdk +++ b/scripts/runqemu-extract-sdk | |||
@@ -21,7 +21,7 @@ | |||
21 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 21 | # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
22 | 22 | ||
23 | function usage() { | 23 | function usage() { |
24 | echo "Usage: $0 <runqemu-sdk-tarball> <extract-dir>" | 24 | echo "Usage: $0 <image-tarball> <extract-dir>" |
25 | } | 25 | } |
26 | 26 | ||
27 | if [ $# -ne 2 ]; then | 27 | if [ $# -ne 2 ]; then |