summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordscho <dscho>2006-06-15 12:35:17 +0000
committerdscho <dscho>2006-06-15 12:35:17 +0000
commit363ae71df0f25b018136d19eed20be954e1dd088 (patch)
tree8fd3b4951d42246e78c080db105f9fcd6d07bbc9
parentd12939e22c056345f5926595f0f5e7cc2b686077 (diff)
downloadlibtdevnc-363ae71d.tar.gz
libtdevnc-363ae71d.zip
fix typo
-rw-r--r--VisualNaCro/README4
1 files changed, 3 insertions, 1 deletions
diff --git a/VisualNaCro/README b/VisualNaCro/README
index bafdbc2..8c92b32 100644
--- a/VisualNaCro/README
+++ b/VisualNaCro/README
@@ -27,7 +27,7 @@ How does it work?
The script now can intercept inputs and outputs, and act upon them.
In order to write a macro, start
- recorder.pl host:port my_macro.pl
+ recorder.pl --script my-macro.pl --timing host:port
connect with a vncviewer of your choice to <host2>:23, where <host2>
is the computer on which recorder.pl was started (not necessarily the
@@ -35,6 +35,8 @@ How does it work?
my_macro.pl, and the images you want to grep for will be saved as
my_macro-1.pnm, my_macro-2.pnm, ...
+ In order to finish the script, hit Ctrl twice and say "q".
+
Why did I do it?
Because I could ;-)