Skip to content

Commit

Permalink
Improve usage message
Browse files Browse the repository at this point in the history
  • Loading branch information
[email protected] authored and dmorrill10 committed Jun 8, 2021
1 parent dc9e926 commit ec59032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hr_edl/src/bin/run_cfr_corr_dist.cc
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ void run_experiment() {

int main(int argc, char** argv) {
absl::SetProgramUsageMessage(
"Shows mediated (corr) distribution convergence.");
"Shows distance of CFR average joint to various correlated eq. classes.");
absl::ParseCommandLine(argc, argv);
run_experiment();
}

0 comments on commit ec59032

Please sign in to comment.