From d237578b68ba48144c0dfb67974b12ae18a101c0 Mon Sep 17 00:00:00 2001 From: Benjamin Levy Date: Wed, 17 Jan 2024 15:22:01 -0500 Subject: [PATCH] README: Update `./build.sh` usage --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5cafef8..5a302b9 100644 --- a/README.md +++ b/README.md @@ -49,4 +49,4 @@ git commit -a ``` ## Linting configs -Before commiting any config update you MUST lint your change by running `./build.sh configonly`. You can specify architectures to lint by listing them as additional arguments, e.g., `./build.sh configonly armel mipel`. +Before commiting any config update you MUST lint your change by running `./build.sh --config-only`. You can specify architectures to lint with the `--targets` flag, e.g., `./build.sh --config-only --targets "armel mipel"`.