Ensure error code is 0 when --help is invoked
@ -614,7 +614,7 @@ while :; do
case "$1" in
-h|--help)
usage
exit 1
exit 0
;;
--version)
echo $VERSION
The note is not visible to the blocked user.