aboutsummaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorDavid Bremner <bremner@debian.org>2012-08-04 09:55:45 -0300
committerDavid Bremner <bremner@debian.org>2012-08-06 08:52:45 -0300
commit19c824c3fd7be29a2257cdd530ee23074c978d63 (patch)
treee40c6eddaffc3bf20646572f1802bfa068d87fdc /man
parent760e17488e6b11299f2971cf879b109b84816d14 (diff)
notmuch-restore: replace positional argument for input with option
Since notmuch dump doesn't use positional arguments anymore, it seems better to be consistent.
Diffstat (limited to 'man')
-rw-r--r--man/man1/notmuch-restore.12
1 files changed, 1 insertions, 1 deletions
diff --git a/man/man1/notmuch-restore.1 b/man/man1/notmuch-restore.1
index 18281c7..d0d50dd 100644
--- a/man/man1/notmuch-restore.1
+++ b/man/man1/notmuch-restore.1
@@ -6,7 +6,7 @@ notmuch-restore \- restores the tags from the given file (see notmuch dump)
.B "notmuch restore"
.RB [ "--accumulate" ]
-.RI "[ <" filename "> ]"
+.RI "[ --input=<" filename "> ]"
.SH DESCRIPTION