1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-07-30 22:43:08 +03:00

Document that the script must be run from the root

Signed-off-by: David Horstmann <david.horstmann@arm.com>
This commit is contained in:
David Horstmann
2023-01-16 18:28:21 +00:00
parent f7b7bf7a5e
commit a27d872228

View File

@ -1,5 +1,7 @@
#!/usr/bin/env python3 #!/usr/bin/env python3
"""Check or fix the code style by running Uncrustify. """Check or fix the code style by running Uncrustify.
This script must be run from the root of a Git work tree containing Mbed TLS.
""" """
# Copyright The Mbed TLS Contributors # Copyright The Mbed TLS Contributors
# SPDX-License-Identifier: Apache-2.0 # SPDX-License-Identifier: Apache-2.0