From da4e46dd1fc04067b5ba4bc16dd68134fa7efad2 Mon Sep 17 00:00:00 2001 From: Finn Behrens Date: Sat, 1 Jun 2024 16:06:26 +0200 Subject: libmain: add progress bar with multiple status lines Add the log-formats `multiline` and `multiline-with-logs` which offer multiple current active building status lines. Change-Id: Idd8afe62f8591b5d8b70e258c5cefa09be4cab03 --- src/libmain/common-args.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libmain/common-args.cc') diff --git a/src/libmain/common-args.cc b/src/libmain/common-args.cc index 8fcb10325..0b756301c 100644 --- a/src/libmain/common-args.cc +++ b/src/libmain/common-args.cc @@ -58,7 +58,7 @@ MixCommonArgs::MixCommonArgs(const std::string & programName) addFlag({ .longName = "log-format", - .description = "Set the format of log output; one of `raw`, `internal-json`, `bar` or `bar-with-logs`.", + .description = "Set the format of log output; one of `raw`, `internal-json`, `bar`, `bar-with-logs`, `multiline` or `multiline-with-logs`.", .category = loggingCategory, .labels = {"format"}, .handler = {[](std::string format) { setLogFormat(format); }}, -- cgit v1.2.3