diff options
author | Gergely Peidl <gergely@peidl.net> | 2020-10-12 18:58:04 +0200 |
---|---|---|
committer | Gergely Peidl <gergely@peidl.net> | 2020-10-12 18:58:04 +0200 |
commit | 4c268e53c7dd7b023222cf18d042268d70b6c028 (patch) | |
tree | e7d35bd8c935e351eeeeb772ca031ab8ffdcc044 | |
parent | ad5ca516439adce1e9be4eb50f8bbb1dc7bfcc03 (diff) |
Fix typo.
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -30,7 +30,7 @@ The mutt-wizard is run with the command `mw`. Once everything is setup, you'll u - `mw -a you@email.com` -- add a new email account - `mw -l` -- list existing accounts - `mw -y your@email.com` -- sync an email account -- `my -Y` -- sync all configured email accounts +- `mw -Y` -- sync all configured email accounts - `mw -d` -- choose an account to delete - `mw -D your@email.com` -- delete account settings without confirmation - `pass edit mw-your@email.com` -- revise an account's password |