From: Joey Hess Date: Wed, 7 Jul 2010 17:08:48 +0000 (-0400) Subject: clarify X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=174f95e703fff88307f203f2fa30ddebf27839f7;p=moreutils clarify based on suggestion from Dieter Plaetinck --- diff --git a/vipe b/vipe index 4874fe3..fd61049 100755 --- 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