Skip to content

Commit

Permalink
Exit with usage() return code
Browse files Browse the repository at this point in the history
  • Loading branch information
gportay committed Feb 1, 2024
1 parent 4346dc5 commit b5834bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dosh
Original file line number Diff line number Diff line change
Expand Up @@ -653,7 +653,7 @@ do
if [ "$1" = "--help" ]
then
usage
exit 0
exit
elif [ "$1" = "--version" ]
then
echo "$VERSION"
Expand Down

0 comments on commit b5834bc

Please sign in to comment.