From b56f81136f7eb226e0eb5c4e3475c66b0f22b88f Mon Sep 17 00:00:00 2001 From: Andrew Solovay Date: Fri, 2 Oct 2015 12:24:00 -0700 Subject: [PATCH] docs: Documented DHU's --adb flag See first comment for doc stage location. bug:23721209 Change-Id: If4ce6e72cce555b72176a77c9b3f2d552b71f54e --- docs/html/training/auto/start/index.jd | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/html/training/auto/start/index.jd b/docs/html/training/auto/start/index.jd index 6351821395030..b9996ca96af03 100644 --- a/docs/html/training/auto/start/index.jd +++ b/docs/html/training/auto/start/index.jd @@ -252,9 +252,13 @@ $ ./desktop-head-unit

By default, the head unit server connects over port 5277. To override the host or port - (for example, to forward over SSH), use the --adb flag. + (for example, to forward over SSH), use the + desktop-head-unit --adb <[localhost:]port> flag, as in + the following example:

+
$ ./desktop-head-unit --adb 5999
+