From a292aa32eebe17196eff1862cff9e6e6e84414e4 Mon Sep 17 00:00:00 2001 From: Ulas Kozat Date: Thu, 2 Jun 2016 10:19:39 -0700 Subject: updated subscribe command usage Change-Id: Ie6cee2ff877632431638b7a34bf1c30aa406d0ac Signed-off-by: Ulas Kozat --- docs/userguide/api-documentation.rst | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/docs/userguide/api-documentation.rst b/docs/userguide/api-documentation.rst index bff6e2b..bd555de 100755 --- a/docs/userguide/api-documentation.rst +++ b/docs/userguide/api-documentation.rst @@ -58,11 +58,17 @@ This message has the following fields that are automatically filled in. Note that -l can be substituted by --label and -t can be substituted by --ttype. -To subscribe more than one label or template type, one can repeat the options -l and -t, e.g.: +More than one label or template type can be subscribed within the same command line as comma separated labels or template types .. code-block:: bash - ./domino-cli.py subscribe -l -l ... -l -t -t ... -t + ./domino-cli.py subscribe -l ,, -t ,, + +To subscribe more than one label or template type, one can also repeat the options -l and -t, e.g.: + +.. code-block:: bash + + ./domino-cli.py subscribe -l -l -l -t -t -t It is safe to call subscribe command multiple times with duplicate labels. -- cgit 1.2.3-korg