Selaa lähdekoodia

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

Samuel Thibault 10 vuotta sitten
vanhempi
commit
59f415e123
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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