From 760e17488e6b11299f2971cf879b109b84816d14 Mon Sep 17 00:00:00 2001 From: David Bremner Date: Fri, 3 Aug 2012 23:23:11 -0300 Subject: notmuch-dump: remove deprecated positional argument for output file The syntax --output=filename is a smaller change than deleting the output argument completely, and conceivably useful e.g. when running notmuch under a debugger. --- man/man1/notmuch-dump.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/man1/notmuch-dump.1 b/man/man1/notmuch-dump.1 index 64abf01..5d1e197 100644 --- a/man/man1/notmuch-dump.1 +++ b/man/man1/notmuch-dump.1 @@ -5,15 +5,14 @@ notmuch-dump \- creates a plain-text dump of the tags of each message .SH SYNOPSIS .B "notmuch dump" -.RI "[ <" filename "> ] [--]" +.RI "[ --output=<" filename "> ] [--]" .RI "[ <" search-term ">...]" .SH DESCRIPTION Dump tags for messages matching the given search terms. -Output is to the given filename, if any, or to stdout. Note that -using the filename argument is deprecated. +Output is to the given filename, if any, or to stdout. These tags are the only data in the notmuch database that can't be recreated from the messages themselves. The output of notmuch dump is -- cgit v1.2.3