diff options
author | Alberto Sartori <alberto.sartori@huawei.com> | 2022-04-26 21:35:36 +0200 |
---|---|---|
committer | Alberto Sartori <alberto.sartori@huawei.com> | 2022-04-27 15:10:54 +0200 |
commit | 29eeaa489c5836fbbb37a83abe50f752c62b6b7c (patch) | |
tree | 549a5b872b0feb3b6ec446a4a5b6d9221b196844 /src/buildtool/execution_api | |
parent | 216d5f27b08b7e8820f2b3caacbe732c188d54ac (diff) | |
download | justbuild-29eeaa489c5836fbbb37a83abe50f752c62b6b7c.tar.gz |
use kebab-case for all cmd line args
Diffstat (limited to 'src/buildtool/execution_api')
-rw-r--r-- | src/buildtool/execution_api/local/config.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
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{}; |