Add missing help text for manifest makefile target in the quick overview
help output. Also unify the help text for the manifest makefile target,
so that it looks uniform like the other help texts.

Signed-off-by: Florian Eckert <[email protected]>
---
 target/imagebuilder/files/Makefile | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/target/imagebuilder/files/Makefile 
b/target/imagebuilder/files/Makefile
index da7c422296..8d02b8752d 100644
--- a/target/imagebuilder/files/Makefile
+++ b/target/imagebuilder/files/Makefile
@@ -34,6 +34,7 @@ Available Commands:
        info:   Show a list of available target profiles
        clean:  Remove images and temporary build files
        image:  Build an image (see below for more information).
+       manifest: Show all package that will be installed into to image
        package_depends: Show installation dependency of the package
 
 image:
@@ -49,7 +50,7 @@ image:
        make image DISABLED_SERVICES="<svc1> [<svc2> [<svc3> ..]]" # Which 
services in /etc/init.d/ should be disabled
        make image ADD_LOCAL_KEY=1 # store locally generated signing key in 
built images
 
-Print manifest:
+manifest:
        List "all" packages which get installed into the image.
        You can use the following parameters:
 
-- 
2.20.1


_______________________________________________
openwrt-devel mailing list
[email protected]
https://lists.openwrt.org/mailman/listinfo/openwrt-devel

Reply via email to