diff options
Diffstat (limited to 'scripts/runqemu-extract-sdk')
-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 ed349dd306..50a9c316be 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 <poky-sdk-tarball> <extract-dir>" | 24 | echo "Usage: $0 <runqemu-sdk-tarball> <extract-dir>" |
25 | } | 25 | } |
26 | 26 | ||
27 | if [ $# -ne 2 ]; then | 27 | if [ $# -ne 2 ]; then |