doc: Fix minor formatting issues in notmuch-show.rst

There were some extra line breaks and missing periods.
This commit is contained in:
Austin Clements 2014-04-18 18:42:06 -04:00 committed by David Bremner
parent 56871c628b
commit 3cd00fdb8f

View file

@ -50,9 +50,8 @@ Supported options for **show** include
messages is reflected in nested JSON output. By default JSON messages is reflected in nested JSON output. By default JSON
output includes all messages in a matching thread; that is, output includes all messages in a matching thread; that is,
by default, by default,
``--format=json`` sets ``--entire-thread``. The caller can
``--format=json`` sets ``--entire-thread`` The caller can disable this behaviour by setting ``--entire-thread=false``.
disable this behaviour by setting ``--entire-thread=false``
**sexp** **sexp**
The output is formatted as an S-Expression (sexp). This 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, is reflected in nested S-Expression output. By default,
S-Expression output includes all messages in a matching S-Expression output includes all messages in a matching
thread; that is, by default, thread; that is, by default,
``--format=sexp`` sets ``--entire-thread``. The caller can
``--format=sexp`` sets ``--entire-thread`` The caller can disable this behaviour by setting ``--entire-thread=false``.
disable this behaviour by setting ``--entire-thread=false``
**mbox** **mbox**
All matching messages are output in the traditional, Unix All matching messages are output in the traditional, Unix