Skip to content

Commit

Permalink
build_full(): Exit with error for unknown command options
Browse files Browse the repository at this point in the history
Signed-off-by: Richard T Bonhomme <[email protected]>
  • Loading branch information
TinCanTech committed Sep 3, 2024
1 parent 07f21d3 commit 0ff7f4c
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 @@ -2887,7 +2887,7 @@ Run easyrsa without commands for usage and commands."
nopass)
[ "$prohibit_no_pass" ] || EASYRSA_NO_PASS=1
;;
*) warn "Ignoring unknown command option: '$1'"
*) user_error "Unknown command option: '$1'"
esac
shift
done
Expand Down

0 comments on commit 0ff7f4c

Please sign in to comment.