From 8955263fb65b7084b46a62e010221ff5f10d3700 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Tue, 1 Dec 2009 18:43:54 +0100 Subject: envify(1): Explicitly state that arguments are (of course) passed on --- man/1/envify | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/man/1/envify b/man/1/envify index 50e9e3e..b8f2dad 100644 --- a/man/1/envify +++ b/man/1/envify @@ -2,9 +2,12 @@ .SH "NAME" \fBenvify\fR \- execute a command in the environment saved with envstore .SH "SYNOPSIS" -\fBenvify\fR \fIcommand\fR... +\fBenvify\fR \fIcommand\fR [ \fIargs\fR... ] .SH "DESCRIPTION" -\fBenvify\fR loads the environment saved by \fBenvstore\fR and then executes \fIcommand\fR. +\fBenvify\fR loads the environment saved by \fBenvstore\fR and then executes +\fIcommand\fR. +Any arguments specified afterwards will be passed to the command +(as one would expect). .SH "LIMITATIONS" The \fIenvstore\fR\|(1) limitations for null bytes apply here as well. .SH "SEE ALSO" -- cgit v1.2.3