From 459295500919d3f33c2013d744e37809d81bd95d Mon Sep 17 00:00:00 2001 From: Tim Wojtulewicz Date: Tue, 3 Dec 2024 14:59:36 -0700 Subject: [PATCH] Force the manpage columns to a large value to override outside environments --- man/build.py | 2 +- man/zeek-client.1 | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/man/build.py b/man/build.py index 6e4cfd0..951b0fa 100755 --- a/man/build.py +++ b/man/build.py @@ -21,7 +21,7 @@ def main(): # Set a fixed number of columns to avoid output discrepancies between # invocation at the shell vs via CI tooling. This only affects how the # manpage is written to disk, not how it renders at the terminal. - os.environ["COLUMNS"] = "80" + os.environ["COLUMNS"] = "200" # Change the program name so the parsers report zeek-client, not build.py. sys.argv[0] = "zeek-client" diff --git a/man/zeek-client.1 b/man/zeek-client.1 index 71e9ed0..53f4405 100644 --- a/man/zeek-client.1 +++ b/man/zeek-client.1 @@ -59,8 +59,7 @@ Cluster configuration file, "\-" for stdin .SS \fBzeek\-client get\-config\fR Retrieve staged or deployed cluster configuration. -usage: zeek\-client get\-config [\-h] [\-\-filename FILE] [\-\-as\-json] - [\-\-deployed | \-\-staged] +usage: zeek\-client get\-config [\-h] [\-\-filename FILE] [\-\-as\-json] [\-\-deployed | \-\-staged] options: .RS 7