aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnders Roxell <anders.roxell@linaro.org>2018-01-17 21:50:34 +0100
committerAnders Roxell <anders.roxell@linaro.org>2018-01-17 22:37:25 +0100
commitcc46be033f909c56ed2e1490a27968c373a99e2c (patch)
tree396291f659b6580edba76a7694bd53003ccde084
parentb8954afd88407dd5fd0d6dde203d2e86c75da6a0 (diff)
build-kernel: fix typo with CONFIG_URL flag
Signed-off-by: Anders Roxell <anders.roxell@linaro.org>
-rwxr-xr-xbuild-kernel2
1 files changed, 1 insertions, 1 deletions
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:"