Sfoglia il codice sorgente

Yet another usage fix for jtalkc.

Göran Krampe 13 anni fa
parent
commit
24192fb632
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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