summaryrefslogtreecommitdiff
path: root/eml
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2019-05-19 14:15:52 -0700
committerBen Sima <ben@bsima.me>2019-05-19 14:15:52 -0700
commit517bd3c33f7b34173348141b7128b54e2776a30f (patch)
tree1720b9d3f860dca0ff288b12ef22d9f4aabc63cb /eml
parentfc7dfe1ad145ab57e59890ec1351d9a05f1860ec (diff)
eml: fix help
Diffstat (limited to 'eml')
-rwxr-xr-xeml4
1 files changed, 2 insertions, 2 deletions
diff --git a/eml b/eml
index 80add9f..033f812 100755
--- a/eml
+++ b/eml
@@ -36,8 +36,8 @@ case "$1" in
tag
count
;;
- "help")
- echo "usage: $0 [in | out | tag]"
+ "-h"|"--help")
+ echo "usage: $0 [in|out|new|tag|all]"
exit 1
;;
*) count