From c603916b86379ace789326d600170d64fbabafe6 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Thu, 31 May 2012 13:10:16 +0100 Subject: [PATCH] Correct formating error in docs --- README.rst | 1 + oab-java.sh | 1 + 2 files changed, 2 insertions(+) diff --git a/README.rst b/README.rst index 4662527..482633f 100644 --- a/README.rst +++ b/README.rst @@ -78,6 +78,7 @@ install the JRE by executing the following from a shell. sudo apt-get install sun-java6-jre Or if you ran the script with the -7 option. +:: sudo apt-get install oracle-java7-jre diff --git a/oab-java.sh b/oab-java.sh index 334372e..cf7fb67 100755 --- a/oab-java.sh +++ b/oab-java.sh @@ -266,6 +266,7 @@ function usage() { echo " sudo apt-get install sun-java6-jre" echo echo "Or if you ran the script with the ``-7`` option." + echo "::" echo echo " sudo apt-get install oracle-java7-jre" echo