1
0
Fork 0
mirror of https://github.com/zplug/zplug synced 2024-05-21 06:56:10 +02:00

Return zero exit code on help command

fixes #462
This commit is contained in:
b4b4r07 2018-05-12 18:49:39 +09:00
parent d180c5fb78
commit 3d6f272374

View File

@ -86,4 +86,4 @@ fi
printf "\n"
} >&2
return 1
return 0