diff options
-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: |