Ver código fonte

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

Samuel Thibault 9 anos atrás
pai
commit
59f415e123
1 arquivos alterados com 1 adições e 1 exclusões
  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