aboutsummaryrefslogtreecommitdiff
path: root/bin/email
diff options
context:
space:
mode:
authorEuAndreh <eu@euandre.org>2022-05-13 18:39:21 -0300
committerEuAndreh <eu@euandre.org>2022-05-13 18:39:21 -0300
commit08d65f4f9bccfdc5d31153f54d273185368f83e9 (patch)
tree857ed67dff41614e7720f4e816b136b958705a5d /bin/email
parentetc/bash/rc: Link ~/.bashrc to ~/.profile and add set $ENV to ~/.profile (diff)
downloaddotfiles-08d65f4f9bccfdc5d31153f54d273185368f83e9.tar.gz
dotfiles-08d65f4f9bccfdc5d31153f54d273185368f83e9.tar.xz
bin/email: Fix name from "mail" to "email" in usage string
Diffstat (limited to 'bin/email')
-rwxr-xr-xbin/email4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/email b/bin/email
index 0a1fd15..dcfdfa4 100755
--- a/bin/email
+++ b/bin/email
@@ -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
}