diff options
Diffstat (limited to 'docs/uca-net.rst')
-rw-r--r-- | docs/uca-net.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/uca-net.rst b/docs/uca-net.rst index 7a71608..e6ec1c5 100644 --- a/docs/uca-net.rst +++ b/docs/uca-net.rst @@ -38,5 +38,5 @@ You can start a server on a remote machine with:: and connect to it from any other machine, for example:: - $ uca-grab -p host=foo.bar.com:4567 -n 10 net // grab ten frames - $ uca-camera-control -c net // control graphically + $ UCA_NET_HOST=foo.bar.com:4567 uca-grab -n 10 net # grab ten frames + $ uca-camera-control -c net # control graphically |