From d7148fd415d9e9a00d4d6c6ff841474f71e9ad15 Mon Sep 17 00:00:00 2001 From: liuyahui Date: Tue, 8 Jun 2021 10:58:34 +0800 Subject: [PATCH] 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 --- docs/5_Component_Documentation/7_pyagl.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: ``` -- 2.16.6