diff options
author | Ben Sima <ben@bsima.me> | 2019-05-19 14:15:52 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-05-19 14:15:52 -0700 |
commit | 517bd3c33f7b34173348141b7128b54e2776a30f (patch) | |
tree | 1720b9d3f860dca0ff288b12ef22d9f4aabc63cb /eml | |
parent | fc7dfe1ad145ab57e59890ec1351d9a05f1860ec (diff) |
eml: fix help
Diffstat (limited to 'eml')
-rwxr-xr-x | eml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |