aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorSeonghyun Park <shpark1@protonmail.com>2020-09-14 09:31:17 +0900
committerDmitry Vyukov <dvyukov@google.com>2020-09-14 06:47:09 +0200
commit75cbe1c0ce81300769b82940148d2ad8e16d361e (patch)
treefbb1dfacd0fbc57c6ef13cf225be2fa25d2269c4 /tools
parent2d3cdd63ad4aa5bd204a8e79f8e3e166462c2999 (diff)
tools/create-image.sh: resolve mismatch between help message and opt parsing
Diffstat (limited to 'tools')
-rwxr-xr-xtools/create-image.sh2
1 files changed, 1 insertions, 1 deletions
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