diff options
author | June McEnroe <june@causal.agency> | 2020-05-02 19:27:40 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-05-02 19:27:40 -0400 |
commit | 9f55fc6d4dda2707e0822cb384977fd5998519e6 (patch) | |
tree | 2f5b0606e3d9ea48b55f650594ceb925d497e4d0 | |
parent | Rewrite git-fetch-email with git rev-parse --parseopt (diff) | |
download | imbox-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.1 | 2 |
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 |