diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2009-12-01 18:43:54 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2009-12-01 18:43:54 +0100 |
commit | 8955263fb65b7084b46a62e010221ff5f10d3700 (patch) | |
tree | 49270608d876683c215708b39e14c063c95f83fc | |
parent | 06908c6cbf0c31e7651c1bb987bb27f6f139b3d0 (diff) |
envify(1): Explicitly state that arguments are (of course) passed on
-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" |