From a343e51367f217b49ce43d540c1f610ef25db6a6 Mon Sep 17 00:00:00 2001 From: Matthias Vogelgesang Date: Mon, 16 Oct 2017 13:28:13 +0200 Subject: Fix host documentation --- docs/uca-net.rst | 4 ++-- 1 file 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 -- cgit v1.2.1