diff options
Diffstat (limited to 'bin/email')
-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 } |