]> git.notmuchmail.org Git - notmuch/blobdiff - doc/man1/notmuch-compact.rst
doc: use program and option directives to document options
[notmuch] / doc / man1 / notmuch-compact.rst
index 3e3e70c532ca1b60e9b50050f7aa56c7c123abfc..cb1c858b1e4a85af2698d0c8e0b6441e90b4563f 100644 (file)
@@ -26,14 +26,18 @@ process (which may be quite long) to protect data integrity.
 
 Supported options for **compact** include
 
-``--backup=``\ <directory>
-    Save the current database to the given directory before replacing
-    it with the compacted database. The backup directory must not
-    exist and it must reside on the same mounted filesystem as the
-    current database.
-
-``--quiet``
-    Do not report database compaction progress to stdout.
+.. program:: compact
+
+.. option:: --backup=<directory>
+
+   Save the current database to the given directory before replacing
+   it with the compacted database. The backup directory must not
+   exist and it must reside on the same mounted filesystem as the
+   current database.
+
+.. option:: --quiet
+
+   Do not report database compaction progress to stdout.
 
 SEE ALSO
 ========