diff options
| -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 | 
