diff options
| -rwxr-xr-x | tools/create-image.sh | 2 |
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 |
