From e1cf4688ec084d5902584bd163d1809e260274a5 Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Thu, 19 Aug 2021 08:39:42 +0200 Subject: [PATCH] target/imagebuilder: change help text for image build Using command `image` to unify help text. Signed-off-by: Florian Eckert --- target/imagebuilder/files/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/imagebuilder/files/Makefile b/target/imagebuilder/files/Makefile index 79e6826c10..03a9a3c4ee 100644 --- a/target/imagebuilder/files/Makefile +++ b/target/imagebuilder/files/Makefile @@ -37,7 +37,7 @@ Available Commands: image: Build an image (see below for more information). package_depends: Show installation dependency of the package -Building images: +image: By default 'make image' will create an image with the default target profile and package set. You can use the following parameters to change that: -- 2.30.2