mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-21 14:37:47 +00:00
Merge pull request #540 from resin-io/args
resin build: fix mismatch in command line argument signature
This commit is contained in:
commit
9e8b09010f
@ -3,6 +3,10 @@
|
|||||||
All notable changes to this project will be documented in this file.
|
All notable changes to this project will be documented in this file.
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
|
||||||
|
- Fixed command line arguments for `resin build`
|
||||||
|
|
||||||
## [5.10.1] - 2017-05-22
|
## [5.10.1] - 2017-05-22
|
||||||
|
|
||||||
### Fixed
|
### Fixed
|
||||||
|
@ -31,7 +31,7 @@ module.exports = {
|
|||||||
description: 'The architecture to build for',
|
description: 'The architecture to build for',
|
||||||
alias: 'A'
|
alias: 'A'
|
||||||
}, {
|
}, {
|
||||||
signature: 'devicetype',
|
signature: 'deviceType',
|
||||||
parameter: 'deviceType',
|
parameter: 'deviceType',
|
||||||
description: 'The type of device this build is for',
|
description: 'The type of device this build is for',
|
||||||
alias: 'd'
|
alias: 'd'
|
||||||
|
@ -1304,7 +1304,7 @@ Examples:
|
|||||||
|
|
||||||
The architecture to build for
|
The architecture to build for
|
||||||
|
|
||||||
#### --devicetype, -d <deviceType>
|
#### --deviceType, -d <deviceType>
|
||||||
|
|
||||||
The type of device this build is for
|
The type of device this build is for
|
||||||
|
|
||||||
|
@ -45,7 +45,7 @@ module.exports =
|
|||||||
alias: 'A'
|
alias: 'A'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
signature: 'devicetype'
|
signature: 'deviceType'
|
||||||
parameter: 'deviceType'
|
parameter: 'deviceType'
|
||||||
description: 'The type of device this build is for'
|
description: 'The type of device this build is for'
|
||||||
alias: 'd'
|
alias: 'd'
|
||||||
|
Loading…
Reference in New Issue
Block a user