Author: coke
Date: Sat Jan 14 09:31:15 2006
New Revision: 11182

Modified:
   trunk/languages/tcl/README.pod
Log:
note change in the -e option



Modified: trunk/languages/tcl/README.pod
==============================================================================
--- trunk/languages/tcl/README.pod      (original)
+++ trunk/languages/tcl/README.pod      Sat Jan 14 09:31:15 2006
@@ -31,7 +31,7 @@ partcl supports two command line options
 Analagous to perl's C<-e> switch, this option will let you specify tcl
 code in the command line, which will then be executed. e.g:
 
- $ ../../parrot tcl.pbc -e='puts {Hello World}'
+ $ ../../parrot tcl.pbc -e 'puts {Hello World}'
  Hello World
 
 You will need to properly quote the tcl to protect it from your shell, and

Reply via email to