Skip to content

Commit

Permalink
gen-req: Exit with error for unknown command options
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <tincantech@protonmail.com>
  • Loading branch information
TinCanTech committed Sep 3, 2024
1 parent b2f7912 commit 07f21d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion easyrsa3/easyrsa
Original file line number Diff line number Diff line change
Expand Up @@ -2223,7 +2223,7 @@ Run easyrsa without commands for usage and commands."
batch)
ssl_batch=1
;;
*) warn "Ignoring unknown command option: '$1'"
*) user_error "Unknown command option: '$1'"
esac
shift
done
Expand Down

0 comments on commit 07f21d3

Please sign in to comment.