diff --git a/docs/source/receptorctl/receptorctl_work_submit.rst b/docs/source/receptorctl/receptorctl_work_submit.rst index c1fab0898..ba000a4b2 100644 --- a/docs/source/receptorctl/receptorctl_work_submit.rst +++ b/docs/source/receptorctl/receptorctl_work_submit.rst @@ -33,13 +33,29 @@ Work submit options You can use the following options with the ``work submit`` command: -``-a``, ``--param <>=<>`` adds a Receptor parameter in key=value format. -``-f``, ``--follow`` keeps Receptorctl to remain attached to the job and displays the job results. -``-l``, ``--payload-literal <>`` uses the value of ``<>`` as the literal unit of work data. -``-n``, ``--no-payload`` sends an empty payload. -``--node <>`` is the Receptor node on which the work runs. The default is the local node. -``-p``, ``--payload <>`` specifies the file that contains data for the unit of work. Specify ``-`` for standard input (stdin). -``--rm`` releases the work unit after completion. -``--signwork`` digitally signs remote work submissions to standard output (stdout). -``--tls-client <>`` specifies the TLS client that submits work to a remote node. -``--ttl <>`` specifies the time to live (TTL) for remote work requests in ``##h##m##s`` format; for example ``1h20m30s`` or ``30m10s``. Use the ``receptorctl work list`` command to display units of work on Receptor nodes and determine appropriate TTL values. +.. list-table:: + :header-rows: 1 + :widths: auto + + * - Option + - Description + * - ``-a``, ``--param <>=<>`` + - Adds a Receptor parameter in key=value format. + * - ``-f``, ``--follow`` + - Keeps Receptorctl to remain attached to the job and displays the job results. + * - ``-l``, ``--payload-literal <>`` + - Uses the value of ``<>`` as the literal unit of work data. + * - ``-n``, ``--no-payload`` + - Sends an empty payload. + * - ``--node <>`` + - Specifies the Receptor node on which the work runs. The default is the local node. + * - ``-p``, ``--payload <>`` + - Specifies the file that contains data for the unit of work. Specify ``-`` for standard input (stdin). + * - ``--rm`` + - Releases the work unit after completion. + * - ``--signwork`` + - Digitally signs remote work submissions to standard output (stdout). + * - ``--tls-client <>`` + - Specifies the TLS client that submits work to a remote node. + * - ``--ttl <>`` + - Specifies the time to live (TTL) for remote work requests in ``##h##m##s`` format; for example ``1h20m30s`` or ``30m10s``. Use the ``receptorctl work list`` command to display units of work on Receptor nodes and determine appropriate TTL values.