summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarian Sigler <m@qjym.de>2013-11-18 03:34:31 +0100
committerJoey Hess <joey@kitenet.net>2013-11-21 18:08:12 -0400
commit63d717ea18eea93f89ef9654b1626bef500b6e36 (patch)
treef212ebb5dd6afc4c307b33e9997a2d2a1367e577
parent58b6500f1144793cb70932e5b58b39e9b95c482a (diff)
downloadmoreutils-63d717ea18eea93f89ef9654b1626bef500b6e36.tar.gz
Make vipe manpage a little clearer
-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