From b1ac3a6068bab64c8c306e97872100ebb6174be6 Mon Sep 17 00:00:00 2001 From: Aaron Po Date: Tue, 7 Apr 2026 18:02:21 -0400 Subject: [PATCH] fix: remove outdated data source information from help message --- pipeline/src/main.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/pipeline/src/main.cpp b/pipeline/src/main.cpp index b09defb..30ef9c8 100644 --- a/pipeline/src/main.cpp +++ b/pipeline/src/main.cpp @@ -41,8 +41,6 @@ bool ParseArguments(int argc, char** argv, ApplicationOptions& options) { std::cout << " --help, -h Show this help message\n\n"; std::cout << "Note: --mocked and --model are mutually exclusive. Exactly " "one must be provided.\n"; - std::cout << "Data source is always pinned to commit c5eb7772 (stable " - "2026-03-28).\n"; return false; }