]> err.no Git - moreutils/commitdiff
clarify
authorJoey Hess <joey@kitenet.net>
Wed, 7 Jul 2010 17:08:48 +0000 (13:08 -0400)
committerJoey Hess <joey@kitenet.net>
Wed, 7 Jul 2010 17:08:48 +0000 (13:08 -0400)
based on suggestion from Dieter Plaetinck

vipe

diff --git a/vipe b/vipe
index 4874fe3a2c897482ca6e778e18b56a888fb8fdb9..fd61049c5ce903a1de06870cadf18a7c2b1e4137 100755 (executable)
--- a/vipe
+++ b/vipe
@@ -6,12 +6,14 @@ vipe - edit pipe
 
 =head1 SYNOPSIS
 
-command | vipe | command
+command1 | vipe | command2
 
 =head1 DESCRIPTION
 
 vipe allows you to run your editor in the middle of a unix pipeline and
-edit the data that is being piped between programs.
+edit the data that is being piped between programs. Your editor will
+have the full data being piped from command1 loaded into it, and when you
+save, that data will be piped into command2.
 
 =head1 ENVIRONMENT VARIABLES