From 480ba40a427f3c260fc5b99677b38d7003f0e888 Mon Sep 17 00:00:00 2001 From: Klaus Aehlig Date: Thu, 23 Mar 2023 17:00:51 +0100 Subject: just-mr: extend self-description --- src/other_tools/just_mr/main.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/other_tools/just_mr/main.cpp b/src/other_tools/just_mr/main.cpp index 290d6bcf..72dd7b79 100644 --- a/src/other_tools/just_mr/main.cpp +++ b/src/other_tools/just_mr/main.cpp @@ -94,7 +94,8 @@ void SetupSetupCommandArguments( [[nodiscard]] auto ParseCommandLineArguments(int argc, char const* const* argv) -> CommandLineArguments { - CLI::App app("just-mr"); + CLI::App app( + "just-mr, a multi-repository configuration tool and launcher for just"); app.option_defaults()->take_last(); auto* cmd_mrversion = app.add_subcommand( "mrversion", "Print version information in JSON format of this tool."); -- cgit v1.2.3