Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit d216d883 authored by Sachin Parekh's avatar Sachin Parekh
Browse files

envsetup: Clarify lunch help for listing targets



It is easy to misinterpret the use of list_products and other commands
as lunch's subcommand.

Bug: None
Test: lunch --help
Change-Id: Idf9a9d2d9977191ca5dd16a1e4994fe1c3a65c12
Signed-off-by: default avatarSachin Parekh <sachinparekh@google.com>
parent 02f11b21
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -520,7 +520,8 @@ function _lunch_usage()
        echo "Note that the previous interactive menu and list of hard-coded"
        echo "list of curated targets has been removed. If you would like the"
        echo "list of products, release configs for a particular product, or"
        echo "variants, run list_products list_releases or list_variants"
        echo "variants, run the following as individual commands:"
        echo "list_products, list_releases, or list_variants"
        echo "respectively."
        echo
    ) 1>&2