diff options
author | Karen Arutyunov <karen@codesynthesis.com> | 2022-03-08 21:12:57 +0300 |
---|---|---|
committer | Karen Arutyunov <karen@codesynthesis.com> | 2022-03-11 12:57:10 +0300 |
commit | 8c257da85cde2df8f459f0c7610445971fffb2a8 (patch) | |
tree | 5ff670a42257ac6e1374da3ec0055a9ea348d871 /libbuild2/buildfile | |
parent | a061301ab789d00027f29f389627792dccbe1748 (diff) |
Add JSON format support for --structured-result option and info meta operation
Diffstat (limited to 'libbuild2/buildfile')
-rw-r--r-- | libbuild2/buildfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libbuild2/buildfile b/libbuild2/buildfile index 2fb4bde..52252d6 100644 --- a/libbuild2/buildfile +++ b/libbuild2/buildfile @@ -273,7 +273,7 @@ if $cli.configured # Usage options. # cli.options += --suppress-undocumented --long-usage --ansi-color \ ---ascii-tree --page-usage 'build2::print_$name$_' --option-length 21 +--ascii-tree --page-usage 'build2::print_$name$_' --option-length 23 } script/cli.cxx{builtin-options}: script/cli{builtin} |