mirror of
https://github.com/yuzu-mirror/mbedtls.git
synced 2026-03-27 15:46:50 +01:00
Tidy up reference to Mbed TLS in help message
Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
parent
2ba89bece6
commit
c69074dcf6
|
|
@ -133,7 +133,7 @@ in_psa_crypto_repo () {
|
|||
|
||||
pre_check_environment () {
|
||||
if in_mbedtls_repo || in_psa_crypto_repo; then :; else
|
||||
echo "Must be run from Mbed TLS root" >&2
|
||||
echo "Must be run from Mbed TLS / psa-crypto root" >&2
|
||||
exit 1
|
||||
fi
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue