diff options
author | Nicholas Smith <nicholas@nbembedded.com> | 2021-07-03 16:20:39 +1000 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2021-07-06 15:27:59 +0000 |
commit | 052eb267c87e5fd8fb60f12922f9af31834ad49c (patch) | |
tree | 9de868246c5df7fa07d4cb36d58bc1696f32c91b | |
parent | 46c5cd8b7279e6139466664f87d744a0553fa1c3 (diff) |
docs: add --output-json documentation
Signed-off-by: Nicholas Smith <nicholas@nbembedded.com>
-rw-r--r-- | docs/man/mmcli.1 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/man/mmcli.1 b/docs/man/mmcli.1 index f2a75bb5..e5728a11 100644 --- a/docs/man/mmcli.1 +++ b/docs/man/mmcli.1 @@ -710,6 +710,10 @@ Send a DTMF sequence through an ongoing call. .SH APPLICATION OPTIONS .TP +.B \-J, \-\-output\-json +Run action with machine-friendly JSON output, to be used e.g. by +shell scripts that rely on mmcli operations. +.TP .B \-K, \-\-output\-keyvalue Run action with machine-friendly key-value output, to be used e.g. by shell scripts that rely on mmcli operations. |