Commit 363ae71d authored by dscho's avatar dscho

fix typo

parent d12939e2
...@@ -27,7 +27,7 @@ How does it work? ...@@ -27,7 +27,7 @@ How does it work?
The script now can intercept inputs and outputs, and act upon them. The script now can intercept inputs and outputs, and act upon them.
In order to write a macro, start 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> connect with a vncviewer of your choice to <host2>:23, where <host2>
is the computer on which recorder.pl was started (not necessarily the is the computer on which recorder.pl was started (not necessarily the
...@@ -35,6 +35,8 @@ How does it work? ...@@ -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.pl, and the images you want to grep for will be saved as
my_macro-1.pnm, my_macro-2.pnm, ... 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? Why did I do it?
Because I could ;-) Because I could ;-)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment