diff options
author | Maximilian Gass <mxey@ghosthacking.net> | 2009-07-01 16:25:42 +0200 |
---|---|---|
committer | Maximilian Gass <mxey@ghosthacking.net> | 2009-07-01 16:25:42 +0200 |
commit | 7d92c27544223fb1998dad1300b8e0e67d9f53a9 (patch) | |
tree | e9927c7aa00252542264d87b43d7664586c413e3 | |
parent | b095a346920bc40a24e734e932d19cdc27b72602 (diff) |
bin/envstore: fixed typo in POD of save command
-rwxr-xr-x | bin/envstore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bin/envstore b/bin/envstore index 7f34984..e21c2ca 100755 --- a/bin/envstore +++ b/bin/envstore @@ -119,7 +119,7 @@ Produce shell code for evaluation, restoring all saved variables =item B<save> I<variable> [I<value>] -Save I<variable> either with it's current shell value or with I<value> +Save I<variable> either with its current shell value or with I<value> =item B<show> |