From: liuyahui Date: Tue, 8 Jun 2021 02:58:34 +0000 (+0800) Subject: update test sample command for pyagl test doc X-Git-Tag: 11.92.0^0 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=d7148fd415d9e9a00d4d6c6ff841474f71e9ad15;p=AGL%2Fdocumentation.git update test sample command for pyagl test doc Bug-AGL: SPEC-3973 Signed-off-by: liuyahui Change-Id: Ifcafa2a8fb30696410af15b81b6022756fa736b4 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26420 Reviewed-by: Jan-Simon Moeller Tested-by: Jan-Simon Moeller --- diff --git a/docs/5_Component_Documentation/7_pyagl.md b/docs/5_Component_Documentation/7_pyagl.md index b14bdc0..e86fefd 100644 --- a/docs/5_Component_Documentation/7_pyagl.md +++ b/docs/5_Component_Documentation/7_pyagl.md @@ -54,7 +54,7 @@ python3 audiomixer.py 192.168.234.34 --list_controls ``` or if you have installed PyAGL as python package ``` -python3 -m pyagl.services.audiomixer --list_controls +python3 -m pyagl.services.audiomixer 192.168.234.34 --list_controls ``` should produce the following or similar result depending on how many controls are exposed and which AGL version you are running: ```