Explorar o código

Merge remote-tracking branch 'gokr/master'

Nicolas Petton %!s(int64=14) %!d(string=hai) anos
pai
achega
1578f354a9
Modificáronse 1 ficheiros con 2 adicións e 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