summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-05-02 19:27:40 -0400
committerJune McEnroe <june@causal.agency>2020-05-02 19:27:40 -0400
commit9f55fc6d4dda2707e0822cb384977fd5998519e6 (patch)
tree2f5b0606e3d9ea48b55f650594ceb925d497e4d0
parentRewrite git-fetch-email with git rev-parse --parseopt (diff)
downloadimbox-9f55fc6d4dda2707e0822cb384977fd5998519e6.tar.gz
imbox-9f55fc6d4dda2707e0822cb384977fd5998519e6.zip
Remove git am from imbox.1 example
It should have --patch-format=mboxrd but it's clumsy and git-fetch-email
--apply should be used for that anyway.
-rw-r--r--imbox.12
1 files changed, 1 insertions, 1 deletions
diff --git a/imbox.1 b/imbox.1
index 0bd1f09..92872ba 100644
--- a/imbox.1
+++ b/imbox.1
@@ -99,7 +99,7 @@ Read the password from standard input.
 .
 .Sh EXAMPLES
 .Bd -literal
-imbox -T list+imbox@causal.agency june@causal.agency | git am
+imbox -T list+imbox@causal.agency june@causal.agency
 .Ed
 .
 .Sh SEE ALSO
6:23 -0500'>2021-01-12Add htagml exampleJune McEnroe 2021-01-12Use mandoc and htagml for bin htmlJune McEnroe 2021-01-12Add htagmlJune McEnroe 2021-01-12Replace causal.agency with a simple mdoc pageJune McEnroe 2021-01-11Publish "Using vi"June McEnroe 2021-01-11Enable diff.colorMovedJune McEnroe 2021-01-10Set less search case-insensitiveJune McEnroe 2021-01-10Set EXINITJune McEnroe neovim is laggy as hell in my OpenBSD VM, so I switched to vi so I could type without getting frustrated. 2021-01-09Add c -t flag to print expression typeJune McEnroe Also add missing float case. 2021-01-05Update taglineJune McEnroe