fix: remove outdated data source information from help message

This commit is contained in:
Aaron Po
2026-04-07 18:02:21 -04:00
parent 06d329cac5
commit b1ac3a6068

View File

@@ -41,8 +41,6 @@ bool ParseArguments(int argc, char** argv, ApplicationOptions& options) {
std::cout << " --help, -h Show this help message\n\n"; std::cout << " --help, -h Show this help message\n\n";
std::cout << "Note: --mocked and --model are mutually exclusive. Exactly " std::cout << "Note: --mocked and --model are mutually exclusive. Exactly "
"one must be provided.\n"; "one must be provided.\n";
std::cout << "Data source is always pinned to commit c5eb7772 (stable "
"2026-03-28).\n";
return false; return false;
} }