X-Git-Url: https://git.cworth.org/git?p=notmuch-wiki;a=blobdiff_plain;f=manpages%2Fnotmuch-1.mdwn;h=27767423e9e00fda89d818977e596be1e83e4992;hp=2e45c93d288e27a3465609cc69d46dc0b2217834;hb=bf4ac2a31d4b8220d28b36de018a4ad516d60baf;hpb=8492e59c1abe8e33f3e39a195714ebfbd706a948 diff --git a/manpages/notmuch-1.mdwn b/manpages/notmuch-1.mdwn index 2e45c93..2776742 100644 --- a/manpages/notmuch-1.mdwn +++ b/manpages/notmuch-1.mdwn @@ -41,7 +41,9 @@
        Supported global options for notmuch include
 
-          --help Print a synopsis of available commands and exit.
+          --help [command-name]
+                 Print a synopsis of available commands  and  exit.   With  an
+                 optional command name, show the man page for that subcommand.
 
           --version
                  Print the installed version of notmuch, and exit.
@@ -49,6 +51,17 @@
           --config=FILE
                  Specify the configuration file to  use.  This  overrides  any
                  configuration file specified by ${NOTMUCH_CONFIG}.
+
+          --uuid=HEX
+                 Enforce that the database UUID  (a  unique  identifier  which
+                 persists  until  e.g. the database is compacted) is HEX; exit
+                 with an error if it is not. This is useful to detect rollover
+                 in  modification  counts  on messages. You can find this UUID
+                 using e.g. notmuch count --lastmod
+
+       All global options except --config can also be specified after the com‐
+       mand.  For example, notmuch subcommand --uuid=HEX is equivalent to not-
+       much --uuid=HEX subcommand.
 

COMMANDS

@@ -149,7 +162,7 @@

COPYRIGHT

-       2015, Carl Worth and many others
+       2009-2015, Carl Worth and many others
 
-

0.20.2

+

0.21