diff options
author | EuAndreh <eu@euandre.org> | 2022-05-13 18:39:21 -0300 |
---|---|---|
committer | EuAndreh <eu@euandre.org> | 2022-05-13 18:39:21 -0300 |
commit | 08d65f4f9bccfdc5d31153f54d273185368f83e9 (patch) | |
tree | 857ed67dff41614e7720f4e816b136b958705a5d | |
parent | etc/bash/rc: Link ~/.bashrc to ~/.profile and add set $ENV to ~/.profile (diff) | |
download | dotfiles-08d65f4f9bccfdc5d31153f54d273185368f83e9.tar.gz dotfiles-08d65f4f9bccfdc5d31153f54d273185368f83e9.tar.xz |
bin/email: Fix name from "mail" to "email" in usage string
-rwxr-xr-x | bin/email | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,8 +4,8 @@ set -eu usage() { cat <<-'EOF' Usage: - mail -s SUBJECT ADDRESS... < BODY - mail -h + email -s SUBJECT ADDRESS... < BODY + email -h EOF } |