logo

utils-std

Collection of commonly available Unix tools
commit: 9936d2a7f42b01590f8babed24020ecdbd9abac0
parent 3beee05fd4a4a48755e919b0090e1c733635b787
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 28 Jul 2024 00:32:37 +0200

cmd/base64.1: Document default width value

Diffstat:

Mcmd/base64.14++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/cmd/base64.1 b/cmd/base64.1 @@ -23,13 +23,13 @@ is given, .Nm reads from the standard input. .Sh OPTIONS -.Bl -tag -width Ds +.Bl -tag -width _w_wrap .It Fl d Decode input instead of encoding it. .It Fl w Ar wrap Write at most .Ar wrap -characters per line. +characters per line instead of the default of 76 characters. If .Ar wrap is 0, then no newlines are written.