summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-16 13:28:13 +0200
committerMatthias Vogelgesang <matthias.vogelgesang@kit.edu>2017-10-16 13:28:36 +0200
commita343e51367f217b49ce43d540c1f610ef25db6a6 (patch)
treef0ef79213bb5a328c08c06f0f9010867046ebcfe
parent1a3fbdcdd37153ecaa9bdd5eb0a556dd22a5e073 (diff)
downloaduca-a343e51367f217b49ce43d540c1f610ef25db6a6.tar.gz
uca-a343e51367f217b49ce43d540c1f610ef25db6a6.tar.bz2
uca-a343e51367f217b49ce43d540c1f610ef25db6a6.tar.xz
uca-a343e51367f217b49ce43d540c1f610ef25db6a6.zip
Fix host documentation
-rw-r--r--docs/uca-net.rst4
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