From 36f89097d801301079c35802a67aa42546567319 Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@esi-group.com>
Date: Mon, 22 Jun 2020 12:24:22 +0200
Subject: [PATCH] STYLE: fix typo in PETSc help, add download info for HYPRE

---
 makePETSC | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/makePETSC b/makePETSC
index 0cac627..c003ade 100755
--- a/makePETSC
+++ b/makePETSC
@@ -51,7 +51,7 @@ usage: ${0##*/} [OPTION] [lib|libso] [HYPRE-VERSION] [PETSC-VERSION] [-- configu
 options:
   -gcc          Force use of gcc/g++
   -inplace      Build/install inplace (expert option)
-  -no-hype      Disable automatic hypre detection
+  -no-hypre     Disable automatic hypre detection
   -help
 
 * build PETSC with
@@ -59,6 +59,11 @@ options:
 
 USAGE
     showDownloadHint PETSC
+
+    echo
+    echo "Many people who have downloaded PETSC have also downloaded HYPRE :"
+    showDownloadHint HYPRE
+
     exit 1
 }
 #------------------------------------------------------------------------------
-- 
GitLab