From: zhonglu <zhongl.fnst@cn.fujitsu.com>
Date: Mon, 21 Sep 2020 09:08:19 +0000 (+0800)
Subject: deal with extra quotes
X-Git-Tag: 10.91.0~1
X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F99%2F25299%2F1;p=src%2Fapp-framework-main.git

deal with extra quotes

Bug-AGL:SPEC-2714

Signed-off-by: Zhong Lu <zhongl.fnst@cn.fujitsu.com>
Change-Id: I1323e28a3b39ff1c22ac40bcc7fb4fa86cf6e23c
---

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: