diff options
author | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-06 15:16:17 +0100 |
---|---|---|
committer | Paul Cristian Sarbu <paul.cristian.sarbu@huawei.com> | 2022-12-07 10:00:17 +0100 |
commit | afc83eda066cf242ea29161e67060720b73b5908 (patch) | |
tree | 4fcd9748ceec91c6744113d614daef8ba1af82a6 /src | |
parent | 810a24237ea4f05df671169203bc3f75717908a1 (diff) | |
download | justbuild-afc83eda066cf242ea29161e67060720b73b5908.tar.gz |
just: Fix typos in command descriptions (--help)
Diffstat (limited to 'src')
-rw-r--r-- | src/buildtool/common/cli.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/buildtool/common/cli.hpp b/src/buildtool/common/cli.hpp index f7ed66db..0a8fcf56 100644 --- a/src/buildtool/common/cli.hpp +++ b/src/buildtool/common/cli.hpp @@ -270,7 +270,7 @@ static inline auto SetupDiagnosticArguments( ->type_name("PATH"); app->add_option("--dump-vars", clargs->dump_vars, - "Dump domain of the effective configuraiton to file (use - " + "Dump domain of the effective configuration to file (use - " "for stdout).") ->type_name("PATH"); app->add_option("--dump-targets", @@ -410,7 +410,7 @@ static inline auto SetupFetchArguments( app->add_flag("--raw-tree", clargs->raw_tree, - "Dump raw tree object (omit pretty printting)"); + "Dump raw tree object (omit pretty printing)"); } static inline auto SetupGraphArguments( |