mirror of
https://git.notmuchmail.org/git/notmuch
synced 2024-11-24 03:48:10 +01:00
doc: Fix minor formatting issues in notmuch-show.rst
There were some extra line breaks and missing periods.
This commit is contained in:
parent
56871c628b
commit
3cd00fdb8f
1 changed files with 4 additions and 6 deletions
|
@ -50,9 +50,8 @@ Supported options for **show** include
|
|||
messages is reflected in nested JSON output. By default JSON
|
||||
output includes all messages in a matching thread; that is,
|
||||
by default,
|
||||
|
||||
``--format=json`` sets ``--entire-thread`` The caller can
|
||||
disable this behaviour by setting ``--entire-thread=false``
|
||||
``--format=json`` sets ``--entire-thread``. The caller can
|
||||
disable this behaviour by setting ``--entire-thread=false``.
|
||||
|
||||
**sexp**
|
||||
The output is formatted as an S-Expression (sexp). This
|
||||
|
@ -61,9 +60,8 @@ Supported options for **show** include
|
|||
is reflected in nested S-Expression output. By default,
|
||||
S-Expression output includes all messages in a matching
|
||||
thread; that is, by default,
|
||||
|
||||
``--format=sexp`` sets ``--entire-thread`` The caller can
|
||||
disable this behaviour by setting ``--entire-thread=false``
|
||||
``--format=sexp`` sets ``--entire-thread``. The caller can
|
||||
disable this behaviour by setting ``--entire-thread=false``.
|
||||
|
||||
**mbox**
|
||||
All matching messages are output in the traditional, Unix
|
||||
|
|
Loading…
Reference in a new issue