Skip to content

Commit

Permalink
Force the manpage columns to a large value to override outside enviro…
Browse files Browse the repository at this point in the history
…nments
  • Loading branch information
timwoj committed Dec 3, 2024
1 parent 6ce8020 commit 4592955
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion man/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
3 changes: 1 addition & 2 deletions man/zeek-client.1
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4592955

Please sign in to comment.