#DOCUMENTATION by exept
authorClaus Gittinger <cg@exept.de>
Sat, 05 Oct 2019 10:47:58 +0200
changeset 24821 a45e3af1bbcb
parent 24820 301c642f32e7
child 24822 24ceeb53827e
#DOCUMENTATION by exept class: OSProcess comment/format in: #command:outStream:errorStream:
OSProcess.st
--- a/OSProcess.st	Sat Oct 05 10:47:42 2019 +0200
+++ b/OSProcess.st	Sat Oct 05 10:47:58 2019 +0200
@@ -499,7 +499,7 @@
 !
 
 command:commandArg outStream:outStreamArg errorStream:errorStreamArg 
-    "set the command to be executed and input/output streams.
+    "set the command to be executed and output+error streams.
      See comments in individual setters for more info"
 
     command := commandArg.