]> git.notmuchmail.org Git - notmuch/commitdiff
doc: Fix minor formatting issues in notmuch-show.rst
authorAustin Clements <amdragon@MIT.EDU>
Fri, 18 Apr 2014 22:42:06 +0000 (18:42 -0400)
committerDavid Bremner <david@tethera.net>
Mon, 21 Apr 2014 12:51:08 +0000 (21:51 +0900)
There were some extra line breaks and missing periods.

doc/man1/notmuch-show.rst

index c4518ec821e62c5bd1e2072cbc687eb093b55756..14d598ab4805614d3c033eb042505b5c4f020d9b 100644 (file)
@@ -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,
             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
 
         **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,
             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
 
         **mbox**
             All matching messages are output in the traditional, Unix