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/execution_api/local/config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/buildtool/execution_api/local') diff --git a/src/buildtool/execution_api/local/config.hpp b/src/buildtool/execution_api/local/config.hpp index c65f7d17..2dc4466b 100644 --- a/src/buildtool/execution_api/local/config.hpp +++ b/src/buildtool/execution_api/local/config.hpp @@ -24,7 +24,7 @@ class LocalExecutionConfig { // Build root directory. All the cache dirs are subdirs of build_root. // By default, build_root is set to $HOME/.cache/just. - // If the user uses --local_build_root PATH, + // If the user uses --local-build-root PATH, // then build_root will be set to PATH. std::filesystem::path build_root{}; -- cgit v1.2.3