Skip to content

Commit

Permalink
Exit immeditaly after printing help
Browse files Browse the repository at this point in the history
  • Loading branch information
dcchambers committed Mar 31, 2021
1 parent 2071a5d commit 012e840
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion note
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ if (($# > 0)); then
;;
-h | --help)
print_help
shift
exit 0
;;
-t | --time)
addTimeStamp=true
Expand Down

0 comments on commit 012e840

Please sign in to comment.