Explorar el Código

Merge remote-tracking branch 'gokr/master'

Nicolas Petton hace 13 años
padre
commit
1578f354a9
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      nodejs/jtalkc

+ 2 - 2
nodejs/jtalkc

@@ -51,10 +51,10 @@ Usage: $0 [-N|D] [-K|C] [-m class] [-M file] [-i] [-I file] file1 [file2 ...] [P
         jtalkc Kernel.st
         jtalkc Kernel.st
 
 
      Compile Hello.st to Hello.js and create complete program called
      Compile Hello.st to Hello.js and create complete program called
-     Hello.st.js for Node.js including boot.js, Kernel.js, init.js and
+     Program.js for Node.js including boot.js, Kernel.js, init.js and
      adding a call to class method #main in class Hello:
      adding a call to class method #main in class Hello:
 
 
-        jtalkc -N -m Hello Hello.st
+        jtalkc -N -m Hello Hello.st Program
 
 
      Compile two .st files into corresponding .js files,
      Compile two .st files into corresponding .js files,
      and manually link with specific myboot.js, myKernel.js, myinit.js and main.js
      and manually link with specific myboot.js, myKernel.js, myinit.js and main.js