diff options
| author | June McEnroe <june@causal.agency> | 2020-05-02 21:52:22 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2020-05-02 21:52:22 -0400 |
| commit | edca88759258cee783c6002f94b2fa9432470738 (patch) | |
| tree | d1f3a64c100185769b45398f692b302e6eda07ca | |
| parent | Pass explicit host to git-credential (diff) | |
| download | imbox-edca88759258cee783c6002f94b2fa9432470738.tar.gz imbox-edca88759258cee783c6002f94b2fa9432470738.zip | |
Remove --no- options from manual 1.1
They render weirdly and aren't very useful anyway.
| -rw-r--r-- | git-fetch-email.1 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/git-fetch-email.1 b/git-fetch-email.1 index 97a1194..68df488 100644 --- a/git-fetch-email.1 +++ b/git-fetch-email.1 @@ -68,7 +68,7 @@ headers. The default is the value of .Cm fetchemail.to . . -.It Fl a , Fl Fl Oo no- Oc Ns apply +.It Fl a , Fl Fl apply Apply patches with .Xr git-am 1 . The arguments @@ -109,7 +109,7 @@ Log in to IMAP as The default is the value of .Cm fetchemail.imapUser . . -.It Fl v , Fl Fl Oo no- Oc Ns verbose +.It Fl v , Fl Fl verbose Log IMAP protocl to standard error. .El . |