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
+