From 8b5a449c828bfe7981860de4120aaefdbc161b92 Mon Sep 17 00:00:00 2001 From: David Horstmann Date: Mon, 16 Jan 2023 18:28:21 +0000 Subject: [PATCH] Document that the script must be run from the root Signed-off-by: David Horstmann --- scripts/code_style.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/code_style.py b/scripts/code_style.py index 463a349ff..e26d42e9c 100755 --- a/scripts/code_style.py +++ b/scripts/code_style.py @@ -1,5 +1,7 @@ #!/usr/bin/env python3 """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 # SPDX-License-Identifier: Apache-2.0