diff options
author | June McEnroe <june@causal.agency> | 2021-02-16 20:08:47 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2021-02-16 20:11:12 -0500 |
commit | 153b89d0f504507aec0067426b8aaf0026717541 (patch) | |
tree | bdb2bf6cea4c1d863f376a4ed294d3567ef77c9f /git-fetch-email.1 | |
parent | Add -i to wait for matching messages (diff) | |
download | imbox-153b89d0f504507aec0067426b8aaf0026717541.tar.gz imbox-153b89d0f504507aec0067426b8aaf0026717541.zip |
Don't use Fl Fl for long options
Can cause weird rendering in HTML output, for example.
Diffstat (limited to '')
-rw-r--r-- | git-fetch-email.1 | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/git-fetch-email.1 b/git-fetch-email.1 index 68df488..956df5d 100644 --- a/git-fetch-email.1 +++ b/git-fetch-email.1 @@ -38,21 +38,21 @@ It fetches patches to be applied with .Pp The arguments are as follows: .Bl -tag -width Ds -.It Fl C Ar cc , Fl Fl cc Ns = Ns Ar cc , Fl Fl no-cc +.It Fl C Ar cc , Fl \-cc Ns = Ns Ar cc , Fl \-no\-cc Fetch patches with matching .Cm Cc headers. The default is the value of .Cm fetchemail.cc . . -.It Fl F Ar from , Fl Fl from Ns = Ns Ar from , Fl Fl no-from +.It Fl F Ar from , Fl \-from Ns = Ns Ar from , Fl \-no\-from Fetch patches with matching .Cm From headers. The default is the value of .Cm fetchemail.from . . -.It Fl S Ar subject, Fl Fl subject Ns = Ns Ar subject , Fl Fl no-subject +.It Fl S Ar subject, Fl \-subject Ns = Ns Ar subject , Fl \-no\-subject Fetch patches with matching .Cm Subject headers. @@ -61,26 +61,26 @@ The default is the value of or .Ql [PATCH . . -.It Fl T Ar to , Fl Fl to Ns = Ns Ar to , Fl Fl no-to +.It Fl T Ar to , Fl \-to Ns = Ns Ar to , Fl \-no\-to Fetch patches with matching .Cm To headers. The default is the value of .Cm fetchemail.to . . -.It Fl a , Fl Fl apply +.It Fl a , Fl \-apply Apply patches with .Xr git-am 1 . The arguments -.Fl Fl patch-format Ns = Ns mboxrd +.Fl \-patch\-format Ns = Ns mboxrd are passed to .Xr git-am 1 along with any arguments following -.Ql Fl Fl +.Ql Fl \- passed to .Nm . . -.It Fl h Ar host , Fl Fl host Ns = Ns Ar host +.It Fl h Ar host , Fl \-host Ns = Ns Ar host Connect to IMAP on .Ar host . The default is the value of @@ -88,14 +88,14 @@ The default is the value of or as inferred by .Xr imbox 1 . . -.It Fl m Ar mailbox , Fl Fl mailbox Ns = Ns Ar mailbox +.It Fl m Ar mailbox , Fl \-mailbox Ns = Ns Ar mailbox Fetch patches from .Ar mailbox . The default is the value of .Cm fetchemail.imapMailbox , or INBOX. . -.It Fl p Ar port , Fl Fl port Ns = Ns Ar port +.It Fl p Ar port , Fl \-port Ns = Ns Ar port Connect to IMAP on .Ar port . The default is the value of @@ -103,13 +103,13 @@ The default is the value of or as inferred by .Xr imbox 1 . . -.It Fl u Ar user , Fl Fl user Ns = Ns Ar user +.It Fl u Ar user , Fl \-user Ns = Ns Ar user Log in to IMAP as .Ar user . The default is the value of .Cm fetchemail.imapUser . . -.It Fl v , Fl Fl verbose +.It Fl v , Fl \-verbose Log IMAP protocl to standard error. .El . |