Skip to content

build: target-arch: fix assert output

Anders Roxell requested to merge aroxell/tuxbuild:build-fix-assert-output into master

When 'target-arch' isn't specified, the following error was shown: 'Error: target_arch is mandatory'. The flag should be --target-arch' so the output is a bit misleading. Changing the output too look like this: 'Error: target-arch is mandatory'.

Signed-off-by: Anders Roxell anders.roxell@linaro.org

Merge request reports