diff options
author | zhonglu <zhongl.fnst@cn.fujitsu.com> | 2020-09-21 17:08:19 +0800 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2020-12-02 01:38:10 +0000 |
commit | e5e25486d2fb0d8333b5755e64634e3dca684bfd (patch) | |
tree | ab1386f9c0a9f01d12d62c3097940657a1f687cf /docs/1-afm-daemons.md | |
parent | 5a9325a2c642e85d90f3bd98a49dbc16df4747ec (diff) |
deal with extra quotes
Bug-AGL:SPEC-2714
Signed-off-by: Zhong Lu <zhongl.fnst@cn.fujitsu.com>
Change-Id: I1323e28a3b39ff1c22ac40bcc7fb4fa86cf6e23c
(cherry picked from commit ad478037a3d90ed75d0eb72150238a42c55544e3)
Diffstat (limited to 'docs/1-afm-daemons.md')
-rw-r--r-- | docs/1-afm-daemons.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/1-afm-daemons.md b/docs/1-afm-daemons.md index a02c9f9..e9223c2 100644 --- a/docs/1-afm-daemons.md +++ b/docs/1-afm-daemons.md @@ -84,7 +84,7 @@ widget file: dbus-send --session --print-reply \ --dest=org.AGL.afm.system \ /org/AGL/afm/system \ - org.AGL.afm.system.install 'string:"/tmp/appli.wgt" + org.AGL.afm.system.install string:"/tmp/appli.wgt" ``` And here, to query data on installed applications that can be run: |