summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-01-25 11:03:10 -0500
committerJune McEnroe <june@causal.agency>2020-01-25 11:03:10 -0500
commite1f78db3aa0bca52f1c6c31696d225101c5713c4 (patch)
tree3f00a0696334309373076937339362c5ee51a3aa
parentAdd UUIDv4 generation (diff)
downloadnotemap-e1f78db3aa0bca52f1c6c31696d225101c5713c4.tar.gz
notemap-e1f78db3aa0bca52f1c6c31696d225101c5713c4.zip
Remove bidirectional things from manual page
-rw-r--r--notemap.127
1 files changed, 6 insertions, 21 deletions
diff --git a/notemap.1 b/notemap.1
index 0ca1fcb..49a63a8 100644
--- a/notemap.1
+++ b/notemap.1
@@ -4,11 +4,11 @@
 .
 .Sh NAME
 .Nm notemap
-.Nd synchronize notes with IMAP
+.Nd mirror notes to IMAP
 .
 .Sh SYNOPSIS
 .Nm
-.Op Fl adfpsu
+.Op Fl af
 .Op Fl m Ar file
 .Op Ar
 .
@@ -16,12 +16,12 @@
 The
 .Nm
 utility
-synchronizes text notes
-with an IMAP mailbox.
+mirrors text notes
+to an IMAP mailbox.
 Files are mapped to IMAP messages
 using a map file.
 If no files are given as arguments,
-all mapped files are synchronized.
+all mapped files are mirrored.
 .
 .Pp
 The arguments are as follows:
@@ -29,26 +29,11 @@ The arguments are as follows:
 .It Fl a
 Add notes to the map file.
 .
-.It Fl d
-Remove notes from the map file.
-Notes are not deleted from the server.
-.
 .It Fl f
-Force either a push or pull
-to overwrite newer notes.
-.
-.It Fl p
-Push local notes to the server.
+Overwrite notes which have changed in IMAP.
 .
 .It Fl m Ar file
 Set the location of the map file.
 The default is
 .Pa .notemap .
-.
-.It Fl s
-Show the status of local and remote notes.
-This is the default action.
-.
-.It Fl u
-Pull remote notes from the server.
 .El