summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorliuyahui <liuyh.fnst@fujitsu.com>2021-06-08 10:58:34 +0800
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-06-11 10:34:15 +0000
commitd7148fd415d9e9a00d4d6c6ff841474f71e9ad15 (patch)
treecddf3ee27031a46356f08eb4113c74fa39541307
parentc4e57dca19418891d5755b9939eb033bf9634c63 (diff)
update test sample command for pyagl test doclamprey_11.92.0lamprey/11.92.011.92.0
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>
-rw-r--r--docs/5_Component_Documentation/7_pyagl.md2
1 files changed, 1 insertions, 1 deletions
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:
```