aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorGravatar Austin Clements <amdragon@MIT.EDU>2014-04-18 18:42:06 -0400
committerGravatar David Bremner <david@tethera.net>2014-04-21 21:51:08 +0900
commit3cd00fdb8f24942c8d1f64b31241973bd659e423 (patch)
tree3349ebe6c98e9d0247a901edd715df98871fb29a /doc
parent56871c628bea5a86feea5b2bc704661bbe02cccc (diff)
doc: Fix minor formatting issues in notmuch-show.rst
There were some extra line breaks and missing periods.
Diffstat (limited to 'doc')
-rw-r--r--doc/man1/notmuch-show.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/doc/man1/notmuch-show.rst b/doc/man1/notmuch-show.rst
index c4518ec8..14d598ab 100644
--- a/doc/man1/notmuch-show.rst
+++ b/doc/man1/notmuch-show.rst
@@ -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