From ee97eaf99e6ec359ff181a2d3ece839f59de1c07 Mon Sep 17 00:00:00 2001 From: Jonathan Yoder Date: Mon, 9 Sep 2019 15:29:03 -0400 Subject: [PATCH] versions -> version Co-Authored-By: Ricardo Andrade --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index c0225f0..d20016d 100755 --- a/install.sh +++ b/install.sh @@ -422,7 +422,7 @@ do_show_usage() { echo "Where:" echo "'-i' or 'install' [version] (default) install the given version or list R versions available for quick install and prompt for one if none is provided" echo "'-r' or 'rversions' list the R versions available for quick install, one per line" - echo "'-v' or 'versions' shows the version of this command" + echo "'-v' or 'version' shows the version of this command" echo "'-h' or 'help' show this info" }