From 50742699481219cde068e7c1b58a2794b206dc7b Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 13 Oct 2022 17:50:27 +0200 Subject: main: improve short self-description of just --- 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 59e65f5d..ac74fdce 100644 --- a/src/buildtool/main/main.cpp +++ b/src/buildtool/main/main.cpp @@ -154,7 +154,7 @@ auto SetupTraverseCommandArguments( auto ParseCommandLineArguments(int argc, char const* const* argv) -> CommandLineArguments { - CLI::App app("just"); + CLI::App app("just, a generic build tool"); app.option_defaults()->take_last(); auto* cmd_version = app.add_subcommand( -- cgit v1.2.3