summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xvipe2
1 files changed, 1 insertions, 1 deletions
diff --git a/vipe b/vipe
index fd61049..adc44a0 100755
--- a/vipe
+++ b/vipe
@@ -13,7 +13,7 @@ command1 | vipe | command2
vipe allows you to run your editor in the middle of a unix pipeline and
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.
+close it, that data will be piped into command2.
=head1 ENVIRONMENT VARIABLES