Browse Source

Make it clear that loader-cross.sh takes the Mic executable

Samuel Thibault 9 years ago
parent
commit
59f415e123
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tests/loader-cross.sh.in

+ 1 - 1
tests/loader-cross.sh.in

@@ -5,7 +5,7 @@ top_builddir="@top_builddir@"
 
 if test -z "$1"
 then
-    echo "[Error] Syntax: $0 <executable>"
+    echo "[Error] Syntax: $0 <mic_executable>"
     exit 1
 fi