From: tk-3 Date: Tue, 13 Mar 2012 19:57:06 +0000 (+0000) Subject: DOCS X-Git-Tag: docs_subtree~15 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=4c498b8435f9b66ca37e4749a657a562ddab3b26;p=casparcg DOCS -CG Commands, typos and semantics --- diff --git a/source/amcp/template-graphics-commands.rst b/source/amcp/template-graphics-commands.rst index 57c65525f..1e253edcd 100644 --- a/source/amcp/template-graphics-commands.rst +++ b/source/amcp/template-graphics-commands.rst @@ -59,7 +59,7 @@ Clears all layers and any state that might be stored. What this actually does be Syntax:: - CG channel:int]-[layer:int] CLEAR + CG [channel:int]-[layer:int] CLEAR Example:: @@ -89,7 +89,7 @@ Syntax:: Example:: - >> CG 1-1 STOP + >> CG 1-1 STOP 1 ======= CG NEXT @@ -120,7 +120,7 @@ Example:: ========= CG UPDATE ========= -Sends new data to the template on specified layer. Data is either inline xml or a reference to a saved dataset. +Sends new data to the template on specified layer. Data is either inline xml or a reference to a saved dataset (See AMCP DATA command). Syntax:: @@ -128,7 +128,7 @@ Syntax:: Example:: - >> CG 1-1 UPDATE 1 "Some data" + >> CG 1-1 UPDATE 1 " xml or stored dataset name" ========= CG INVOKE