From afc83eda066cf242ea29161e67060720b73b5908 Mon Sep 17 00:00:00 2001 From: Paul Cristian Sarbu Date: Tue, 6 Dec 2022 15:16:17 +0100 Subject: just: Fix typos in command descriptions (--help) --- src/buildtool/common/cli.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/buildtool/common/cli.hpp') 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( -- cgit v1.2.3