diff options
Diffstat (limited to 'man/1/envify')
-rw-r--r-- | man/1/envify | 7 |
1 files 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" |