From 269e032786d11976756cbc60785dda80e05be151 Mon Sep 17 00:00:00 2001 From: Patrick Gartung Date: Thu, 19 Sep 2024 11:53:42 -0500 Subject: [PATCH] add missing quote --- bin/make_subspack | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/make_subspack b/bin/make_subspack index b5da484..8473ab2 100755 --- a/bin/make_subspack +++ b/bin/make_subspack @@ -12,7 +12,7 @@ get_from_bootstrap() { usage() { echo "usage: make_subspack [options] [-t|-u] path/to/existing/spack /path/to/new/area" echo " options are:" - echo "--without_caches enable buildcache mirrors + echo "--without_caches disable buildcache mirrors" echo "--with_padding enable directory padding in config" echo "--spack_release xx install spack release xx" echo "--spack_repo url use spack repo url"