1
0
Ver Fonte

Merge remote-tracking branch 'gokr/master'

Nicolas Petton há 14 anos atrás
pai
commit
1578f354a9
1 ficheiros alterados com 2 adições e 2 exclusões
  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