update test sample command for pyagl test doc 20/26420/2 11.92.0 lamprey/11.92.0 lamprey_11.92.0
authorliuyahui <liuyh.fnst@fujitsu.com>
Tue, 8 Jun 2021 02:58:34 +0000 (10:58 +0800)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Fri, 11 Jun 2021 10:34:15 +0000 (10:34 +0000)
Bug-AGL: SPEC-3973

Signed-off-by: liuyahui <liuyh.fnst@fujitsu.com>
Change-Id: Ifcafa2a8fb30696410af15b81b6022756fa736b4
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/documentation/+/26420
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
docs/5_Component_Documentation/7_pyagl.md

index b14bdc0..e86fefd 100644 (file)
@@ -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:
 ```