X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=scripts%2Fafm-util;fp=scripts%2Fafm-util;h=243b43c6c133ae96981ce09b34baa1b1fdeb4627;hb=011a41f695cbc7aa5deca2dcee77ccf9d21f5823;hp=60434a7410633c1a079e110470d668ed4b29d22b;hpb=d7890b93b8a0a9d0cd96b07f4b4e1326a52bc012;p=src%2Fapp-framework-main.git diff --git a/scripts/afm-util b/scripts/afm-util index 60434a7..243b43c 100755 --- a/scripts/afm-util +++ b/scripts/afm-util @@ -59,12 +59,12 @@ case "$1" in stop|pause) i=$2 - send stop "$i" + send pause "$i" ;; resume|continue) i=$2 - send continue "$i" + send resume "$i" ;; state|status) @@ -97,16 +97,16 @@ The commands are: start id start an instance of the widget of id kill rid - terminate rid terminate the running instance rid + terminate rid terminate the running instance rid stop rid - pause rid stop the running instance rid + pause rid pause the running instance rid resume rid - continue rid continue the previously rid + continue rid continue the previously paused rid status rid - state rid get status of the running instance rid + state rid get status of the running instance rid EOC ;;