From cc46be033f909c56ed2e1490a27968c373a99e2c Mon Sep 17 00:00:00 2001 From: Anders Roxell Date: Wed, 17 Jan 2018 21:50:34 +0100 Subject: build-kernel: fix typo with CONFIG_URL flag Signed-off-by: Anders Roxell --- build-kernel | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-kernel b/build-kernel index 4ee87ef..52b4e9f 100755 --- a/build-kernel +++ b/build-kernel @@ -17,7 +17,7 @@ usage() { echo -e "$0's help text" echo -e " -a ARCH, specify the architecture to build, default: arm64" echo -e " -c, cleanup output and staging dir before building, default: 0" - echo -e " -c CONFIG_URL, specify a url to a config file," + echo -e " -d CONFIG_URL, specify a url to a config file," echo -e " default: ${CONFIG_URL}" echo -e " -k KERNEL_VERSION, kernel version that you want to build, default: linux-mainline" echo -e " KERNEL_VERSION's to choose from:" -- cgit v1.2.3