浏览代码

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

Samuel Thibault 9 年之前
父节点
当前提交
59f415e123
共有 1 个文件被更改,包括 1 次插入1 次删除
  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