From 7252cc4f63f9f16e2e6f58490611d80f6f73755c Mon Sep 17 00:00:00 2001
From: "Robert P. Goldman" <rpgoldman@gmail.com>
Date: Wed, 11 Dec 2013 09:22:52 -0600
Subject: [PATCH] Update the usage string for Allegro lisp names.

Allegro lisp names for SMP variants in the usage string didn't agree
with the arguments in the script itself.
---
 test/run-tests.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/run-tests.sh b/test/run-tests.sh
index 87b0f132..acc4cdb9 100755
--- a/test/run-tests.sh
+++ b/test/run-tests.sh
@@ -15,7 +15,7 @@ usage () {
     echo "    allegro, allegro8, allegromodern, allegromodern8,"
     echo "    allegro_s, allegro8_s, allegromodern_s, allegromodern8_s (SMP variants)"
     echo "    allegro_64, allegro8_64, allegromodern_64, allegromodern8_64 (64-bit variants),"
-    echo "    allegro_64_S, allegro8_64_S, allegromodern_64_S, allegromodern8_64_S, (SMP, 64-bit variants)"
+    echo "    allegro_64_s, allegro8_64_s, allegromodern_64_s, allegromodern8_64_s, (SMP, 64-bit variants)"
     echo "    clisp, cmucl, ecl, gcl, sbcl, scl and xcl."
     echo " To configure the script, you may set environment variables to point to the various lisp runtimes."
     echo " Allegro CL is a special case: instead of setting environment variables for the specific runtime"
-- 
GitLab