summaryrefslogtreecommitdiff
path: root/share/man/just-mrrc.5.md
diff options
context:
space:
mode:
Diffstat (limited to 'share/man/just-mrrc.5.md')
-rw-r--r--share/man/just-mrrc.5.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/share/man/just-mrrc.5.md b/share/man/just-mrrc.5.md
index b6afe990..bb59c8bc 100644
--- a/share/man/just-mrrc.5.md
+++ b/share/man/just-mrrc.5.md
@@ -87,22 +87,22 @@ The just-mrrc is given by a JSON object.
objects, specifying additional log files, on top of those specified
on the command line.
- - The value for the key *`remote execution`* is a JSON object specifying the
+ - The value for the key *`"remote execution"`* is a JSON object specifying the
remote execution options for **`just-mr`**.
For subkey *`"address"`* the value is a string specifying the remote
execution address in a NAME:PORT format.
- For subkey *`compatible`* the value is a flag which specifies whether the
+ For subkey *`"compatible"`* the value is a flag which specifies whether the
remote endpoint uses the original remote execution protocol.
Each subkey value can be overwritten by its corresponding command-line
argument.
- - The value for the key *`authentication`* is a JSON object specifying
+ - The value for the key *`"authentication"`* is a JSON object specifying
client-side authentication options for **`just-mr`**.
- For subkey *`ca cert`* the value is a string specifying the path to a TLS CA
+ For subkey *`"ca cert"`* the value is a string specifying the path to a TLS CA
certificate.
- For subkey *`client cert`* the value is a string specifying the path to a
+ For subkey *`"client cert"`* the value is a string specifying the path to a
TLS client certificate.
- For subkey *`client key`* the value is a string specifying the path to a TLS
+ For subkey *`"client key"`* the value is a string specifying the path to a TLS
client key.
Each subkey value can be overwritten by its corresponding command-line
argument.