From 363ae71df0f25b018136d19eed20be954e1dd088 Mon Sep 17 00:00:00 2001 From: dscho Date: Thu, 15 Jun 2006 12:35:17 +0000 Subject: [PATCH] fix typo --- VisualNaCro/README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 :23, where 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 ;-)