diff options
-rwxr-xr-x | data/store.sh | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/data/store.sh b/data/store.sh index 7cfa8df..6ec4984 100755 --- a/data/store.sh +++ b/data/store.sh @@ -14,7 +14,6 @@ while echo "$1" | grep -q '^-'; do case "$1" in "-d") - [ -z "$2" ] && echo '-d option needs an argument.' >&2 && exit 1 date='true' shift 1 ;; @@ -38,7 +37,6 @@ while echo "$1" | grep -q '^-'; do ;; "-t") - [ -z "$2" ] && echo '-t option needs an argument.' >&2 && exit 1 time='true' shift 1 ;; |