Skip to content

Commit

Permalink
export_pkcs(): 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 0ff7f4c commit 2c51288
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 @@ -3645,7 +3645,7 @@ Run easyrsa without commands for usage and command help."
fi
;;
*)
warn "Ignoring unknown option: '$1'"
user_error "Unknown command option: '$1'"
esac
shift
done
Expand Down

0 comments on commit 2c51288

Please sign in to comment.