Skip to content

Commit

Permalink
Fix typo in log message
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 470752205
  • Loading branch information
arcs-c3po committed Aug 29, 2022
1 parent 416f83a commit ca2d374
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ int main(int argc, char* argv[]) {
} else {
LOG(ERROR) << "Required policy parameter not found. Please specify one of "
"--auth_logic, --sql_policy_rule, or both "
"--dp_parameter_epsilon and dp_parameter_delta";
"--epsilon_dp_parameter and --delta_dp_parameter";
return 2;
}
if (policyCheckSucceeded) {
Expand Down

0 comments on commit ca2d374

Please sign in to comment.