aboutsummaryrefslogtreecommitdiff
path: root/man/man1/notmuch-dump.1
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2011-12-19 20:53:37 -0400
committerDavid Bremner <bremner@debian.org>2011-12-31 15:16:32 -0400
commit482033f8f81b19228a7b74458f2b13ee3d6c1a17 (patch)
treef08d24cf22a49fcca214aeb0403b22b6996763a6 /man/man1/notmuch-dump.1
parent2d68f4ca9b07e27178a6ee8ab9984fa567d292e5 (diff)
man/*: formatting cleanup
Fix some problems with indentation (controlled by markup) and whitespace. - notmuch.1: reformat Use .SS macro to make "notmuch setup" a subsection. Introduce another subsection for the remaining commands. - notmuch-config.1: reformat Put all the syntax in the synopsis. Supposedly this is the the UNIX way. - notmuch-reply.1: fix formatting issues. Give nicer formatting for synopsis. Insert missing SEE ALSO header. - notmuch-dump.1: reformat using subsections These seems more natural, although, as mentioned, it does require referring back to the synopsis. Or maybe copying parts of the synopsis
Diffstat (limited to 'man/man1/notmuch-dump.1')
-rw-r--r--man/man1/notmuch-dump.16
1 files changed, 2 insertions, 4 deletions
diff --git a/man/man1/notmuch-dump.1 b/man/man1/notmuch-dump.1
index 9dc311f..71925b0 100644
--- a/man/man1/notmuch-dump.1
+++ b/man/man1/notmuch-dump.1
@@ -14,8 +14,7 @@ notmuch-dump \- Creates a plain-text dump of the tags of each message.
.SH DESCRIPTION
-.TP
-.BR dump " [<filename>]"
+.SS DUMP
Dump tags for messages matching the given search terms.
@@ -31,8 +30,7 @@ With no search terms, a dump of all messages in the database will be
generated. A "--" argument instructs notmuch that the
remaining arguments are search terms.
-.TP
-.BR restore " [--accumulate] [<filename>]"
+.SS RESTORE
Restores the tags from the given file (see
.BR "notmuch dump" ")."