From 75cbe1c0ce81300769b82940148d2ad8e16d361e Mon Sep 17 00:00:00 2001 From: Seonghyun Park Date: Mon, 14 Sep 2020 09:31:17 +0900 Subject: tools/create-image.sh: resolve mismatch between help message and opt parsing --- tools/create-image.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tools') diff --git a/tools/create-image.sh b/tools/create-image.sh index b702b75ab..93d5bb089 100755 --- a/tools/create-image.sh +++ b/tools/create-image.sh @@ -29,7 +29,7 @@ display_help() { echo " -a, --arch Set architecture" echo " -d, --distribution Set on which debian distribution to create" echo " -f, --feature Check what packages to install in the image, options are minimal, full" - echo " -s, --size Image size (MB), default 2048 (2G)" + echo " -s, --seek Image size (MB), default 2048 (2G)" echo " -h, --help Display help message" echo " -p, --add-perf Add perf support with this option enabled. Please set envrionment variable \$KERNEL at first" echo -- cgit mrf-deployment