Skip to content

Commit

Permalink
Advertise the EXP online documentation in the help strings [no ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin D. Weinberg committed Mar 2, 2024
1 parent d155e7a commit a338b68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/parse.cc
Original file line number Diff line number Diff line change
Expand Up @@ -509,7 +509,7 @@ void YAML_parse_args(int argc, char** argv)
if (vm.count("help")) {
std::cout << options.help() << std::endl
<< "* The YAML config may be appended to the command line without flags" << std::endl
<< "* See EXP/doc/html/index.html for extensive documentation" << std::endl
<< "* See https://exp-docs.readthedocs.io for extensive documentation" << std::endl
<< std::endl << std::endl;
done = 1;
}
Expand Down

0 comments on commit a338b68

Please sign in to comment.