cmake: add initlevels to usage
Fix missing `initlevels` entry in the `usage` command. Signed-off-by: Jeppe Odgaard <jeppe.odgaard@prevas.dk>
This commit is contained in:
parent
199743de01
commit
05025e6b7c
|
@ -27,6 +27,7 @@ message(" debugserver - Run \"west debugserver\" (or start GDB server on port
|
|||
message(" attach - Run \"west attach\"")
|
||||
message(" ram_report - Build and create RAM usage report")
|
||||
message(" rom_report - Build and create ROM usage report")
|
||||
message(" initlevels - Display the initialization sequence")
|
||||
message(" boards - Display supported boards")
|
||||
message(" shields - Display supported shields")
|
||||
message(" usage - Display this text")
|
||||
|
|
Loading…
Reference in a new issue