diff options
author | Luke Smith <luke@lukesmith.xyz> | 2020-10-13 16:59:23 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-13 16:59:23 -0400 |
commit | 379cae0150a97c67ae3563bbbf045f676b19a538 (patch) | |
tree | 4bd461b9f65c820e6472d7683e2559e3564f3b1c /bin/mw | |
parent | 7b9ecd9c071c7f2c66f50bfa0c213db23a2744da (diff) | |
parent | 6f02c6b995795ac788ced8fad5e83bff17444481 (diff) |
Merge pull request #545 from marcwallach/patch-1
Fix typo
Diffstat (limited to 'bin/mw')
-rwxr-xr-x | bin/mw | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -347,7 +347,7 @@ Options allowed with -a: NOTE: Once at least one account is added, you can run \`mbsync -a\` to begin downloading mail. -To chane an account's password, run \`pass edit ${pass_prefix}your@email.com\`. +To change an account's password, run \`pass edit ${pass_prefix}your@email.com\`. EOF exit 1 ;; |