diff options
author | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-10-16 13:28:13 +0200 |
---|---|---|
committer | Matthias Vogelgesang <matthias.vogelgesang@kit.edu> | 2017-10-16 13:28:36 +0200 |
commit | a343e51367f217b49ce43d540c1f610ef25db6a6 (patch) | |
tree | f0ef79213bb5a328c08c06f0f9010867046ebcfe | |
parent | 1a3fbdcdd37153ecaa9bdd5eb0a556dd22a5e073 (diff) | |
download | uca-a343e51367f217b49ce43d540c1f610ef25db6a6.tar.gz uca-a343e51367f217b49ce43d540c1f610ef25db6a6.tar.bz2 uca-a343e51367f217b49ce43d540c1f610ef25db6a6.tar.xz uca-a343e51367f217b49ce43d540c1f610ef25db6a6.zip |
Fix host documentation
-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 |