west: adding --domain to west build synopsis

Adding `--domain DOMAIN` to the west build synopsis.

Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no>
This commit is contained in:
Torsten Rasmussen 2022-08-04 10:45:38 +02:00 committed by Carles Cufí
parent 71ef669ea4
commit 69f4fa6a4e

View file

@ -26,7 +26,7 @@ BUILD_USAGE = '''\
west build [-h] [-b BOARD[@REV]]] [-d BUILD_DIR]
[-t TARGET] [-p {auto, always, never}] [-c] [--cmake-only]
[-n] [-o BUILD_OPT] [-f]
[--sysbuild | --no-sysbuild]
[--sysbuild | --no-sysbuild] [--domain DOMAIN]
[source_dir] -- [cmake_opt [cmake_opt ...]]
'''