logo

utils-std

Collection of commonly available Unix tools git clone https://anongit.hacktivis.me/git/utils-std.git/
commit: 6d4d75c742000a6872165482e386aaaa60e711e8
parent f9d8cabf2195085fd4ab46ab3d62262c38dc09ee
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Mon, 14 Apr 2025 07:04:29 +0200

cmd/env.1: Add ... in the synopsis right after -u and name=value

Diffstat:

Mcmd/env.18++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/cmd/env.1 b/cmd/env.1 @@ -10,13 +10,13 @@ .Sh SYNOPSIS .Nm .Op Fl i -.Op Fl u Ar name -.Op Ar name Ns = Ns Ar value +.Oo Fl u Ar name Oc Ns ... +.Oo Ar name Ns = Ns Ar value Oc Ns ... .Op Ar command Op Ar argument... .Nm .Op Fl i -.Op Fl u Ar name -.Op Ar name Ns = Ns Ar value +.Oo Fl u Ar name Oc Ns ... +.Oo Ar name Ns = Ns Ar value Oc Ns ... .Fl S Ar command_string .Sh DESCRIPTION .Nm