From 43604f639e0f46375afaf2c4342756ed9d4e5af4 Mon Sep 17 00:00:00 2001 From: Philip Sakievich Date: Fri, 8 Nov 2024 10:01:17 -0700 Subject: [PATCH] Update help --- lib/spack/spack/cmd/dev_build.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/lib/spack/spack/cmd/dev_build.py b/lib/spack/spack/cmd/dev_build.py index 0d6cb379e6d..a758c5b74f1 100644 --- a/lib/spack/spack/cmd/dev_build.py +++ b/lib/spack/spack/cmd/dev_build.py @@ -29,7 +29,11 @@ def setup_parser(subparser): "--source-path", dest="source_path", default=None, - help="path to source directory (defaults to the current directory)", + help=( + "path to source directory (defaults to the current directory)." + " ignored when using an active environment since the path is determined" + " by the develop section of the environment manifest." + ), ) subparser.add_argument( "-i",