From 29eeaa489c5836fbbb37a83abe50f752c62b6b7c Mon Sep 17 00:00:00 2001 From: Alberto Sartori Date: Tue, 26 Apr 2022 21:35:36 +0200 Subject: use kebab-case for all cmd line args --- src/buildtool/main/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/main/main.cpp') diff --git a/src/buildtool/main/main.cpp b/src/buildtool/main/main.cpp index 687cc888..2e54b025 100644 --- a/src/buildtool/main/main.cpp +++ b/src/buildtool/main/main.cpp @@ -1255,7 +1255,7 @@ auto main(int argc, char* argv[]) -> int { Logger::Log(LogLevel::Error, "Command line options {} and {} cannot be used " "together.", - "--git_cas", + "--git-cas", "--compatible"); std::exit(EXIT_FAILURE); } -- cgit v1.2.3