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:
Jeppe Odgaard 2023-11-03 13:29:42 +01:00 committed by Carles Cufí
parent 199743de01
commit 05025e6b7c

View file

@ -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")