resin build: fix mismatch in command line argument signature

The command line arg was taking `devicetype`, but the rest of the code
uses `deviceType`. Thus it was impossible to specify a device type
in practice to build a `Dockerfile.template`.

Change-type: patch
Signed-off-by: Gergely Imreh <imrehg@gmail.com>
This commit is contained in:
Gergely Imreh
2017-05-29 13:59:25 +01:00
parent ec386b807f
commit 974be5cc13
4 changed files with 7 additions and 3 deletions

View File

@ -1304,7 +1304,7 @@ Examples:
The architecture to build for
#### --devicetype, -d &#60;deviceType&#62;
#### --deviceType, -d &#60;deviceType&#62;
The type of device this build is for