1
1
Fork 0
mirror of https://github.com/NixOS/nix.git synced 2025-11-12 13:36:02 +01:00

Style fixes

This commit is contained in:
Eelco Dolstra 2020-06-08 13:24:01 +02:00
parent 4983401440
commit c27f92698b
2 changed files with 3 additions and 4 deletions

View file

@ -41,8 +41,8 @@ MixCommonArgs::MixCommonArgs(const string & programName)
addFlag({
.longName = "log-format",
.description = "Format of the logs. One of \"raw\", \"internal-json\", \"bar\" "
"or \"bar-with-logs\".",
.description = "format of log output; \"raw\", \"internal-json\", \"bar\" "
"or \"bar-with-logs\"",
.labels = {"format"},
.handler = {[](std::string format) { setLogFormat(format); }},
});