Commit 150eb657 authored by Martí Bolívar's avatar Martí Bolívar Committed by Carles Cufi
Browse files

scripts: west build: slight --help tweak



We have an open request to make the help for the -t option a little
easier. Try to do that without adding too much length to the short
help.

Fixes: #16202
Signed-off-by: default avatarMartí Bolívar <marti.bolivar@nordicsemi.no>
parent 5e55eda3
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -94,7 +94,8 @@ class Build(Forceable):
                            " Otherwise the default build directory is " +
                            "created and used.")
        parser.add_argument('-t', '--target',
                            help='''Build system target to run''')
                            help='''Build system target ("usage"
                            for more info; and "help" for a list)''')
        parser.add_argument('-p', '--pristine', choices=['auto', 'always',
                            'never'], action=AlwaysIfMissing, nargs='?',
                            help='''Control whether the build folder is made