diff options
author | dscho <dscho> | 2006-06-15 12:35:17 +0000 |
---|---|---|
committer | dscho <dscho> | 2006-06-15 12:35:17 +0000 |
commit | 363ae71df0f25b018136d19eed20be954e1dd088 (patch) | |
tree | 8fd3b4951d42246e78c080db105f9fcd6d07bbc9 /VisualNaCro | |
parent | d12939e22c056345f5926595f0f5e7cc2b686077 (diff) | |
download | libtdevnc-363ae71df0f25b018136d19eed20be954e1dd088.tar.gz libtdevnc-363ae71df0f25b018136d19eed20be954e1dd088.zip |
fix typo
Diffstat (limited to 'VisualNaCro')
-rw-r--r-- | VisualNaCro/README | 4 |
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 ;-) |