aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xinstall2
1 files changed, 1 insertions, 1 deletions
diff --git a/install b/install
index 743a99cfd..bc862d995 100755
--- a/install
+++ b/install
@@ -57,7 +57,7 @@ end
def wait_for_user
puts
- puts "Press ENTER to continue or any other key to abort"
+ puts "Press RETURN to continue or any other key to abort"
c = getc
# we test for \r and \n because some stuff does \r instead
abort unless c == 13 or c == 10