diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-13 13:24:07 +0100 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-11-13 13:24:07 +0100 |
commit | b5fffb0a150c7c55c21b9fe357a9b83aa2b41527 (patch) | |
tree | dacf90afb0dcde31cb6646ce3e6571c148391f04 | |
parent | 37d43c0b237f413e8185272d20c3fc97542c4e0f (diff) |
Updated envstore(1)
-rw-r--r-- | man/1/envstore | 11 |
1 files changed, 2 insertions, 9 deletions
diff --git a/man/1/envstore b/man/1/envstore index cb42977..67d44ff 100644 --- a/man/1/envstore +++ b/man/1/envstore @@ -25,9 +25,9 @@ Forget all stored variables Produce shell code for evaluation, restoring all saved variables -=item B<save> I<variable> +=item B<save> I<variable>[=I<value>] -Save I<variable> +Save I<variable> either with it's current shell value or with I<value> =item B<show> @@ -54,17 +54,10 @@ May be used for inclusion in shell startup files. =back -=head1 BUGS - -The author is insane. - =head1 AUTHOR Maximilian Gass <mxey@cloudconnected.org> -This manual was written by Daniel Friesel because the original program did not -have one. - =cut vim:ft=pod |