From 81dfdb2cb17607ce1b437a5e5ea6576bbf3ae8d4 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Fri, 17 Apr 2009 20:09:25 +0200 Subject: Added manual to perl file --- bin/envstore | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'bin') diff --git a/bin/envstore b/bin/envstore index 289777b..5c27b22 100755 --- a/bin/envstore +++ b/bin/envstore @@ -92,3 +92,43 @@ if ($action eq 'save') { print STDERR "Usage: envstore [args]\n"; exit(1); } +__END__ + +=head1 NAME + +envstore - save and restore environment variables + +=head1 SYNOPSIS + +B I [ I ] + +=head1 DESCRIPTION + +envstore can safe and restore environment variables, thus transferring them +between different shells. + +I must be one of + +=over + +=item B + +Forget all stored variables + +=item B + +Produce shell code for evaluation, restoring all saved variables + +=item B I[=I] + +Save I either with it's current shell value or with I + +=item B + +List saved variables in better readable format + +=item B I + +Remove I from store + +=back -- cgit v1.2.3